TLPageId
A unique identifier for TLPage records.
Page IDs follow the format 'page:' followed by a unique string identifier.
Example
const pageId: TLPageId = "page:main";
const pageId2: TLPageId = createShapeId(); // generates 'page:abc123'Prev
TLOpacityTypeNext
TLParentId