Preparing search index...
The search index is not available
@ustra/nuxt
@ustra/nuxt
plugins/desc/hooks/dialog
UstraDialogHookInfo
Interface UstraDialogHookInfo
dialog hook 정보
interface
UstraDialogHookInfo
{
closeCallback
?:
Function
;
displayTime
?:
number
;
message
:
string
;
title
?:
string
;
type
:
"alert"
|
"confirm"
|
"toast"
;
}
Hierarchy
Record
<
string
,
any
>
UstraDialogHookInfo
Index
Properties
close
Callback?
display
Time?
message
title?
type
Properties
Optional
close
Callback
close
Callback
?:
Function
close callback function
Optional
display
Time
display
Time
?:
number
display time
message
message
:
string
노출 메시지
Optional
title
title
?:
string
제목
type
type
:
"alert"
|
"confirm"
|
"toast"
유형
alert
confirm
toast
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
close
Callback
display
Time
message
title
type
@ustra/nuxt
base/ustra-service
components
composables
config
directives
externals/daum/post
index
kit
management
module
plugins
config
desc
api
auth
components
directives
dom
env
error
fetch
Loading...
Generated using
TypeDoc
dialog hook 정보