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
| Parameter | Type | Description |
|---|---|---|
| sheetId | string | Sheets are identified by their sheetId, which must be a string longer than 3 characters |
| instanceIdOrOpts | string | ISheetOptions | Optionally 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\*\*