Preparing search index...
The search index is not available
Yank Note Api - v3.76.2
Yank Note Api
renderer/context/lib
vue
RuntimeCompilerOptions
Interface RuntimeCompilerOptions
Subset of compiler options that makes sense for the runtime.
interface
RuntimeCompilerOptions
{
comments
?:
boolean
;
delimiters
?:
[
string
,
string
]
;
isCustomElement
?:
(
(
tag
:
string
)
=>
boolean
)
;
whitespace
?:
"preserve"
|
"condense"
;
}
Index
Properties
comments?
delimiters?
is
Custom
Element?
whitespace?
Properties
Optional
comments
comments
?:
boolean
Optional
delimiters
delimiters
?:
[
string
,
string
]
Optional
is
Custom
Element
is
Custom
Element
?:
(
(
tag
:
string
)
=>
boolean
)
Optional
whitespace
whitespace
?:
"preserve"
|
"condense"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
comments
delimiters
is
Custom
Element
whitespace
Yank Note Api - v3.76.2
Loading...
Subset of compiler options that makes sense for the runtime.