API Docs
Examples
Github
正在准备搜索索引...
@ak2021/store
Store
类 Store
索引
构造函数
constructor
属性
options
方法
emit
off
on
once
构造函数
constructor
new
Store
(
options
?:
Partial
<
StoreOptions
>
)
:
Store
参数
options
:
Partial
<
StoreOptions
>
= {}
返回
Store
属性
options
options
:
StoreOptions
方法
emit
emit
<
T
=
unknown
>
(
type
:
string
,
data
?:
T
)
:
this
类型参数
T
=
unknown
参数
type
:
string
可选
data
:
T
返回
this
off
off
<
T
=
unknown
>
(
type
:
string
,
fn
?:
EventListener
<
T
>
)
:
this
类型参数
T
=
unknown
参数
type
:
string
可选
fn
:
EventListener
<
T
>
返回
this
on
on
<
T
=
unknown
>
(
type
:
string
,
fn
:
EventListener
<
T
>
)
:
this
类型参数
T
=
unknown
参数
type
:
string
fn
:
EventListener
<
T
>
返回
this
once
once
<
T
=
unknown
>
(
type
:
string
,
fn
:
EventListener
<
T
>
)
:
this
类型参数
T
=
unknown
参数
type
:
string
fn
:
EventListener
<
T
>
返回
this
显示设置
成员可见性
受保护
继承
外部
配色
自动
浅色
深色
目录
构造函数
constructor
属性
options
方法
emit
off
on
once
Examples
Github
API Docs
加载中……