TLInstancePageStateId
See source codeA 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
TLInstanceIdNext
TLInstancePresenceID