Home > @unseenco/backstage-core > ISheet > unload
ISheet.unload() method
Unloads this sheet instance from memory: detaches all objects, pauses sequences, and removes the sheet from the project.
Runtime-only: persisted prop overrides and sequence data are kept. Calling project.sheet again with the same id recreates the sheet.
Signature:
typescript
unload(): void;Returns:
void