Preparing search index...
The search index is not available
AsukaDesigner JavaScript API - v1.0.0
AsukaDesigner JavaScript API
Asuka3DHistoryTrackState
Interface Asuka3DHistoryTrackState
interface
Asuka3DHistoryTrackState
{
assets
?:
Record
<
string
,
Asuka3DProduct
>
;
engine
?:
string
;
index
:
number
;
lastSignature
?:
string
;
maxSnapshots
?:
number
;
scope
?:
string
;
snapshots
:
Asuka3DSceneState
[]
;
viewId
?:
null
|
string
;
[
key
:
string
]
:
unknown
;
}
Indexable
[
key
:
string
]:
unknown
Index
Properties
assets?
engine?
index
last
Signature?
max
Snapshots?
scope?
snapshots
view
Id?
Properties
Optional
assets
assets
?:
Record
<
string
,
Asuka3DProduct
>
Model-bearing product records stored once per track, not once per snapshot.
Optional
engine
engine
?:
string
index
index
:
number
Optional
last
Signature
last
Signature
?:
string
Optional
max
Snapshots
max
Snapshots
?:
number
Optional
scope
scope
?:
string
snapshots
snapshots
:
Asuka3DSceneState
[]
Optional
view
Id
view
Id
?:
null
|
string
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
assets
engine
index
last
Signature
max
Snapshots
scope
snapshots
view
Id
AsukaDesigner JavaScript API - v1.0.0
Loading...
Model-bearing product records stored once per track, not once per snapshot.