Type alias ExpandPanelOptions

ExpandPanelOptions: {
    expandFullEnabled: boolean;
    panelAnimationDuration: number;
    panelCollapsedWidth: number;
    panelExpandedWidth: number;
    panelOpen: boolean;
}

Type declaration

  • expandFullEnabled: boolean

    Determines if expand full is enabled

  • panelAnimationDuration: number

    Determines the duration of the panel expand/collapse animation

  • panelCollapsedWidth: number

    Width of the collapsed panel

  • panelExpandedWidth: number

    Width of the expanded panel

  • panelOpen: boolean

    Determines if the panel is open

Generated using TypeDoc