Skip to content

Home > @unseenco/backstage-core > ISheetOptions

ISheetOptions type

A project's config object (currently the only point of configuration is the project's state)

Signature:

typescript
export type ISheetOptions = {
    visible?: boolean;
    sequenceMode?: SheetSequenceMode;
    gsap?: boolean;
    scrollDriver?: ScrollDriver;
};