@taiyi-io/api-connector-ts
Preparing search index...
SnapshotTreeNode
Interface SnapshotTreeNode
快照树节点
Interface
interface
SnapshotTreeNode
{
current
?:
boolean
;
depth
:
number
;
id
:
string
;
label
:
string
;
leafs
?:
string
[]
;
primary
?:
boolean
;
root
?:
string
;
running
:
boolean
;
}
Index
Properties
current?
depth
id
label
leafs?
primary?
root?
running
Properties
Optional
current
current
?:
boolean
是否当前快照
depth
depth
:
number
深度
id
id
:
string
快照ID
label
label
:
string
快照标签
Optional
leafs
leafs
?:
string
[]
子快照ID列表
Optional
primary
primary
?:
boolean
是否主快照
Optional
root
root
?:
string
根快照ID
running
running
:
boolean
是否运行
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
current
depth
id
label
leafs
primary
root
running
@taiyi-io/api-connector-ts
Loading...
快照树节点
Interface