Home > @unseenco/backstage-core > IProject > getSheets
IProject.getSheets() method
Returns all currently loaded sheet instances under this project.
Use with ISheet.detachObject() or ISheet.unload() to tear down individual sheets/objects at runtime. Persisted project state is not cleared.
Signature:
typescript
getSheets(): ISheet[];Returns:
ISheet[]