正在准备搜索索引...
搜索索引不可用
@custouch-open/js-sdk
@custouch-open/js-sdk
index
<internal>
StorageEventInit
接口 StorageEventInit
interface
StorageEventInit
{
bubbles
?:
boolean
;
cancelable
?:
boolean
;
composed
?:
boolean
;
key
?:
null
|
string
;
newValue
?:
null
|
string
;
oldValue
?:
null
|
string
;
storageArea
?:
null
|
Storage
;
url
?:
string
;
}
层级 (
查看完整内容
)
EventInit
StorageEventInit
索引
属性
bubbles?
cancelable?
composed?
key?
new
Value?
old
Value?
storage
Area?
url?
属性
可选
bubbles
bubbles
?:
boolean
可选
cancelable
cancelable
?:
boolean
可选
composed
composed
?:
boolean
可选
key
key
?:
null
|
string
可选
new
Value
new
Value
?:
null
|
string
可选
old
Value
old
Value
?:
null
|
string
可选
storage
Area
storage
Area
?:
null
|
Storage
可选
url
url
?:
string
显示设置
成员可见性
受保护
继承
外部
配色
自动
浅色
深色
目录
属性
bubbles
cancelable
composed
key
new
Value
old
Value
storage
Area
url
@custouch-open/js-sdk
加载中……