Preparing search index...
The search index is not available
@ustra/nuxt
@ustra/nuxt
store
defineInitStore
Function defineInitStore
define
Init
Store
<
SS
,
Option
>
(
id
,
setupStore
,
init
?
,
option
?
)
:
(
(
nuxtApp
?
)
=>
Promise
<
Store
<
string
,
_ExtractStateFromSetupStore
<
SS
>
,
_ExtractGettersFromSetupStore
<
SS
>
,
_ExtractActionsFromSetupStore
<
SS
>
>
>
)
초기 값 설정이 가능한 store 생성
Type Parameters
SS
=
any
Option
=
any
Parameters
id
:
string
아이디
setupStore
:
(
(
)
=>
SS
)
store 설정
(
)
:
SS
Returns
SS
Optional
init
:
InitFunction
<
SS
,
Option
>
초기화 메소드
Optional
option
:
Option
호출 옵션
Returns
(
(
nuxtApp
?
)
=>
Promise
<
Store
<
string
,
_ExtractStateFromSetupStore
<
SS
>
,
_ExtractGettersFromSetupStore
<
SS
>
,
_ExtractActionsFromSetupStore
<
SS
>
>
>
)
(
nuxtApp
?
)
:
Promise
<
Store
<
string
,
_ExtractStateFromSetupStore
<
SS
>
,
_ExtractGettersFromSetupStore
<
SS
>
,
_ExtractActionsFromSetupStore
<
SS
>
>
>
Parameters
Optional
nuxtApp
:
NuxtApp
Returns
Promise
<
Store
<
string
,
_ExtractStateFromSetupStore
<
SS
>
,
_ExtractGettersFromSetupStore
<
SS
>
,
_ExtractActionsFromSetupStore
<
SS
>
>
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
@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
초기 값 설정이 가능한 store 생성