Repository sheets snapshot.
Returns ids and names for all available sheets.
Array of selectable sheet metadata.
Inserts a new sheet or updates an existing one by id.
Sheet payload to store.
Removes a sheet from the repository by id.
Identifier of the sheet to remove.
Clones a source sheet into a new reusable sheet id and name.
Existing sheet id to clone from.
Target id for the published sheet.
Target display name for the published sheet.
Optionaldescription: stringOptional description override.
The newly published sheet.
Reads an embedded sheet payload into normalized sheet data.
Raw embedded sheet payload.
Normalized embedded sheet object.
Resolves a stylesheet source payload into a normalized spec sheet.
Accepts JSON text, embedded/spec-sheet objects, or envelope objects with a nested sheet field.
Stylesheet source payload.
OptionalpreferId: stringOptional id used when source omits an id.
Normalized spec sheet.
Resolves a stylesheet source payload and upserts it into the repository.
Stylesheet source payload.
OptionalpreferId: stringOptional id used when source omits an id.
The stored spec sheet.
Writes a repository sheet to an embedded-serialization payload.
Sheet identifier to serialize.
Embedded sheet payload.
Builds a diagram-scoped custom sheet id.
Diagram identifier that owns the custom sheet.
Custom sheet id.
Checks whether a sheet id follows the custom-sheet naming convention.
Optionalsheet_id: stringSheet id to test.
True when the id is custom-scoped; otherwise false.
Returns a sheet reference for read/write operations.
Sheet identifier.
The resolved sheet.
Removes all sheets from the repository.
Lists class names defined in a sheet.
Sheet identifier.
Class name list.
Finds a sheet by id.
Sheet identifier.
Resolved sheet or undefined when not found.
Applies diagram-level and node-level styles from a sheet.
Target diagram.
Source sheet identifier.
Applies the computed style of a sheet to a single node.
Target node.
Source sheet identifier.
Inserts or updates a type style in a sheet.
Node type key.
Style payload.
Target sheet identifier.
Inserts or updates a class style in a sheet.
Style class key.
Style payload.
Target sheet identifier.
Renames a class style key inside a sheet.
Existing class key.
Replacement class key.
Target sheet identifier.
Returns a shallow copy of all sheets.