Skip to content

Home > @unseenco/backstage-core > IProject > sheet

IProject.sheet() method

Creates a Sheet under the project

Signature:

typescript
sheet(sheetId: string, instanceIdOrOpts?: string | ISheetOptions): ISheet;

Parameters

ParameterTypeDescription
sheetIdstringSheets are identified by their sheetId, which must be a string longer than 3 characters
instanceIdOrOptsstring | ISheetOptionsOptionally provide an instanceId, or pass sheet options (e.g. { sequenceMode: 'page', gsap: true })

Returns:

ISheet

The newly created Sheet

**Docs: https://backstage.unseen.co/docs/guide/manual/sheets\*\*