TLPageId

See source code

A unique identifier for TLPage records.

Page IDs follow the format 'page:' followed by a unique string identifier.

type TLPageId = RecordId<TLPage>;

Example

const pageId: TLPageId = "page:main";
const pageId2: TLPageId = createShapeId(); // generates 'page:abc123'
Prev
TLOpacityType
Next
TLParentId