Interface PanelProps<E>

Basic properties of every Component

Type Parameters

Hierarchy

Properties

attrs?: object
bodyStyle?: any
cls?: string
data?: any
dom_events?: IDOMEvents
enabled?: boolean
events?: MapEvents<E>
flex?: string | number
height?: string | number
icon?: IconID
id?: string
left?: number
ns?: string
ref?: string
sens?: "vertical" | "horizontal"
style?: IMap<string | number>
tabIndex?: number | boolean
tag?: string
title: string
tooltip?: string
top?: number
width?: string | number

Generated using TypeDoc