pivotick - v0.0.1
    Preparing search index...

    Interface SidebarOptions

    interface SidebarOptions {
        collapsed: boolean | "auto";
    }
    Index

    Properties

    Properties

    collapsed: boolean | "auto"

    Determines whether the sidebar is collapsed by default.

    • 'auto' Keeps the sidebar open unless there isn't enough screen space, in which case it collapses automatically.
    'auto'