Tidy 5e Sheets API
    Preparing search index...

    Interface ItemTabRegistrationOptions

    Options for registering an item tab.

    interface ItemTabRegistrationOptions {
        autoHeight?: boolean;
        layout?: SheetLayout;
        types?: string | string[];
    }
    Index

    Properties

    autoHeight?: boolean

    When set to true, whenever this tab is navigated to, the window height will automatically adjust to match the content height.

    layout?: SheetLayout

    An optional sheet layout or layouts (default: 'all')

    types?: string | string[]

    The item type or types (e.g., "container", "feat", "weapon") where this tab should appear. Omitting this field means the tab should show in all item sheets, if enabled is also true or omitted.