Interface IPanel

Hierarchy

Properties

callback?: ((event) => void)

Type declaration

    • (event): void
    • Parameters

      • event: any

      Returns void

content?: any
height?: number
hidden?: boolean
id: string
maxSize?: number
minSize?: number
onHide?: ((event) => void)

Type declaration

    • (event): void
    • Parameters

      • event: any

      Returns void

onRefresh?: ((event) => void)

Type declaration

    • (event): void
    • Parameters

      • event: any

      Returns void

onResizing?: ((event) => void)

Type declaration

    • (event): void
    • Parameters

      • event: any

      Returns void

onShow?: ((event) => void)

Type declaration

    • (event): void
    • Parameters

      • event: any

      Returns void

overflow?: string
rendering?: TRendering
resizable?: boolean
show?: {
    tabs: boolean;
    toolbar: boolean;
}

Type declaration

  • tabs: boolean
  • toolbar: boolean
size?: number
style?: string

Style for the Panel

tabs?: Partial<ITabProps>
title?: string
toggle?: boolean | {
    icon: string | {
        hide: string;
        show: string;
    };
    tooltip: string | {
        hide: string;
        show: string;
    };
}

Enable / Disable the Toggle Button on the bottom. Defaults to false.

width?: number

Generated using TypeDoc