Interface ItemTabRegistrationOptions

Options for registering an item tab.

interface ItemTabRegistrationOptions {
    autoHeight?: boolean;
}

Properties

Properties

autoHeight?: boolean

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