Interface IPanelOptions

Hierarchy

Properties

content?: any
height?: number
hidden?: boolean
id: string
maxSize?: number
minSize?: number
overflow?: string
rendering?: TRendering
resizable?: boolean
show?: {
    tabs: boolean;
    toolbar: boolean;
}

Type declaration

  • tabs: boolean
  • toolbar: boolean
size?: number
style?: string
tabs?: Partial<ITabProps>
title?: string
width?: number

Generated using TypeDoc