TLInstancePageState
Table of contents
Public interface
TLInstancePageState
State that is unique to a particular page of the document in a particular browser tab
Signature
interface TLInstancePageState
extends BaseRecord<'instance_page_state', TLInstancePageStateId> {}
References
Source
packages/tlschema/src/records/TLPageState.ts
Properties
croppingShapeId
Public propertysignature
Signature
croppingShapeId: null | TLShapeId
References
editingShapeId
Public propertysignature
Signature
editingShapeId: null | TLShapeId
References
erasingShapeIds
Public propertysignature
Signature
erasingShapeIds: TLShapeId[]
References
focusedGroupId
Public propertysignature
Signature
focusedGroupId: null | TLShapeId
References
hintingShapeIds
Public propertysignature
Signature
hintingShapeIds: TLShapeId[]
References
hoveredShapeId
Public propertysignature
Signature
hoveredShapeId: null | TLShapeId
References
meta
Public propertysignature
Signature
meta: JsonObject
pageId
Public propertysignature
Signature
pageId: RecordId<TLPage>
References
selectedShapeIds
Public propertysignature
Signature
selectedShapeIds: TLShapeId[]
References