Search
Preparing search index...
The search index is not available
@ustra/nuxt - v2.1.0-stable
Options
All
Public
Public/Protected
All
Inherited
Only exported
Menu
Globals
"src/vue/composition-api/modal"
Module "src/vue/composition-api/modal"
Index
Type aliases
Define
Modal
Component
Set
UpFunction
Props
Functions
define
Modal
Component
use
Modal
with
Props
Type aliases
Define
Modal
Component
Set
UpFunction
Define
Modal
Component
Set
UpFunction
:
(
)
=>
{}
Type declaration
(
)
:
{}
Returns
{}
Props
Props
:
{
callback
:
Function
;
containerElement
:
(
)
=>
HTMLElement
;
disallowDuplication
:
boolean
;
visible
:
boolean
}
Type declaration
callback
:
Function
container
Element
:
(
)
=>
HTMLElement
(
)
:
HTMLElement
Returns
HTMLElement
disallow
Duplication
:
boolean
visible
:
boolean
Functions
Const
define
Modal
Component
define
Modal
Component
(
options
:
any
)
:
ComponentOptions
<
Vue
,
{}
&
{}
,
{}
,
{}
,
{}
,
{}
&
{}
>
&
{}
&
{
constructor
:
any
}
Parameters
options:
any
Returns
ComponentOptions
<
Vue
,
{}
&
{}
,
{}
,
{}
,
{}
,
{}
&
{}
>
&
{}
&
{
constructor
:
any
}
Const
use
Modal
use
Modal
(
)
:
{
globalModals
:
ComputedRef
<
{}
>
;
isActivated
:
WritableComputedRef
<
boolean
>
;
isOpened
:
ComputedRef
<
boolean
>
;
openStateModals
:
ComputedRef
<
Modals
[]
>
;
visibleSync
:
WritableComputedRef
<
unknown
>
}
Returns
{
globalModals
:
ComputedRef
<
{}
>
;
isActivated
:
WritableComputedRef
<
boolean
>
;
isOpened
:
ComputedRef
<
boolean
>
;
openStateModals
:
ComputedRef
<
Modals
[]
>
;
visibleSync
:
WritableComputedRef
<
unknown
>
}
global
Modals
:
ComputedRef
<
{}
>
전역 모달 목록
is
Activated
:
WritableComputedRef
<
boolean
>
활성화 여부
is
Opened
:
ComputedRef
<
boolean
>
오픈 여부
open
State
Modals
:
ComputedRef
<
Modals
[]
>
현재 오픈 상태의 모달 컴포넌트 목록을 노출
visible
Sync
:
WritableComputedRef
<
unknown
>
노출 여부
Const
with
Props
with
Props
(
)
:
Data
Returns
Data
Globals
"src/vue/composition-
api/modal"
Define
Modal
Component
Set
UpFunction
Props
define
Modal
Component
use
Modal
with
Props
전역 모달 목록