Circle V2 API Docs
    Preparing search index...
    interface PanelData {
        collapsedSize?: number;
        collapsible?: boolean;
        id: string;
        maxSize?: number;
        minSize?: number;
        order?: number;
    }

    Hierarchy

    • PanelData
      • PanelData
    Index

    Properties

    collapsedSize?: number

    The size of the panel when collapsed.

    collapsible?: boolean

    Whether the panel is collapsible.

    id: string

    The id of the panel.

    maxSize?: number

    The maximum size of the panel.

    minSize?: number

    The minimum size of the panel.

    order?: number

    The order of the panel. useful of you intend to conditionally render the panel.