TLInstancePageStateId

See source code

A unique identifier for TLInstancePageState records.

Instance page state IDs follow the format 'instance_page_state:' followed by a unique identifier, typically related to the page ID.

type TLInstancePageStateId = RecordId<TLInstancePageState>

Example

const stateId: TLInstancePageStateId = 'instance_page_state:page1'
Prev
TLInstanceId
Next
TLInstancePresenceID