Search
Preparing search index...
The search index is not available
Yank Note Api - v3.63.2
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
Yank Note Api - v3.63.2
renderer/context/lib
vue
App
Interface App<HostElement>
Type parameters
HostElement =
any
Hierarchy
App
Index
Properties
_component
_container
_context
_instance
_props
_uid
config
version
Methods
component
directive
filter
mixin
mount
provide
unmount
use
Properties
_component
_component
:
ConcreteComponent
<
{}
,
any
,
any
,
ComputedOptions
,
MethodOptions
>
_container
_container
:
null
|
HostElement
_context
_context
:
AppContext
_instance
_instance
:
null
|
ComponentInternalInstance
_props
_props
:
null
|
Data
_uid
_uid
:
number
config
config
:
AppConfig
version
version
:
string
Methods
component
component
(
name
:
string
)
:
undefined
|
Component
<
any
,
any
,
any
,
ComputedOptions
,
MethodOptions
>
component
(
name
:
string
, component
:
Component
<
any
,
any
,
any
,
ComputedOptions
,
MethodOptions
>
)
:
App
<
HostElement
>
Parameters
name:
string
Returns
undefined
|
Component
<
any
,
any
,
any
,
ComputedOptions
,
MethodOptions
>
Parameters
name:
string
component:
Component
<
any
,
any
,
any
,
ComputedOptions
,
MethodOptions
>
Returns
App
<
HostElement
>
directive
directive
(
name
:
string
)
:
undefined
|
vue
.
Directive
<
any
,
any
>
directive
(
name
:
string
, directive
:
vue
.
Directive
<
any
,
any
>
)
:
App
<
HostElement
>
Parameters
name:
string
Returns
undefined
|
vue
.
Directive
<
any
,
any
>
Parameters
name:
string
directive:
vue
.
Directive
<
any
,
any
>
Returns
App
<
HostElement
>
Optional
filter
filter
(
name
:
string
)
:
undefined
|
Function
filter
(
name
:
string
, filter
:
Function
)
:
App
<
HostElement
>
v2 compat only
Parameters
name:
string
Returns
undefined
|
Function
Parameters
name:
string
filter:
Function
Returns
App
<
HostElement
>
mixin
mixin
(
mixin
:
ComponentOptions
<
{}
,
any
,
any
,
any
,
any
,
any
,
any
,
any
>
)
:
App
<
HostElement
>
Parameters
mixin:
ComponentOptions
<
{}
,
any
,
any
,
any
,
any
,
any
,
any
,
any
>
Returns
App
<
HostElement
>
mount
mount
(
rootContainer
:
string
|
HostElement
, isHydrate
?:
boolean
, isSVG
?:
boolean
)
:
ComponentPublicInstance
<
{}
,
{}
,
{}
,
{}
,
{}
,
{}
,
{}
,
{}
,
false
,
ComponentOptionsBase
<
any
,
any
,
any
,
any
,
any
,
any
,
any
,
any
,
any
,
{}
>
>
Parameters
rootContainer:
string
|
HostElement
Optional
isHydrate:
boolean
Optional
isSVG:
boolean
Returns
ComponentPublicInstance
<
{}
,
{}
,
{}
,
{}
,
{}
,
{}
,
{}
,
{}
,
false
,
ComponentOptionsBase
<
any
,
any
,
any
,
any
,
any
,
any
,
any
,
any
,
any
,
{}
>
>
provide
provide
<
T
>
(
key
:
string
|
InjectionKey
<
T
>
, value
:
T
)
:
App
<
HostElement
>
Type parameters
T
Parameters
key:
string
|
InjectionKey
<
T
>
value:
T
Returns
App
<
HostElement
>
unmount
unmount
(
)
:
void
Returns
void
use
use
(
plugin
:
vue
.
Plugin
,
...
options
:
any
[]
)
:
App
<
HostElement
>
Parameters
plugin:
vue
.
Plugin
Rest
...
options:
any
[]
Returns
App
<
HostElement
>
Modules
renderer/context
renderer/context/components
renderer/context/lib
asynclock
confetti
cryptojs
dayjs
filenamify
juice
lodash
markdownit
mime
pako
semver
sortablejs
turndown
uuid
vue
yaml
renderer/core/action
renderer/core/hook
renderer/core/ioc
renderer/core/keybinding
renderer/core/plugin
renderer/services/base
renderer/services/document
renderer/services/editor
renderer/services/export
renderer/services/i18n
renderer/services/layout
renderer/services/markdown
renderer/services/runner
renderer/services/setting
renderer/services/status-
bar
renderer/services/theme
renderer/services/tree
renderer/services/view
renderer/services/workbench
renderer/support/api
renderer/support/args
renderer/support/embed
renderer/support/env
renderer/support/ga
renderer/support/jsonrpc
renderer/support/store
renderer/support/ui/context-
menu
renderer/support/ui/modal
renderer/support/ui/quick-
filter
renderer/support/ui/toast
renderer/types
renderer/utils
renderer/utils/composable
renderer/utils/crypto
renderer/utils/path
renderer/utils/storage
share/i18n
share/i18n/languages/en
share/i18n/languages/zh-
CN
App
_component
_container
_context
_instance
_props
_uid
config
version
component
directive
filter
mixin
mount
provide
unmount
use
Generated using
TypeDoc
v2 compat only