AdaptableStatusBar

Defines an Adaptable Status Bar

TypeScript
export interface

Properties

PropertyDescription
KeyKey of Status Bar Panel as defined in AG Grid GridOptions - ensure keys are the same (note: AG Grid statusPanel is lowercase 'key')
StatusBarPanelsModule Status Panels to render inside Adaptable Status Bar

Property Details

Key

Key of Status Bar Panel as defined in AG Grid GridOptions - ensure keys are the same (note: AG Grid statusPanel is lowercase 'key')

TypeScript
Key: string;
Property Value

string

StatusBarPanels

Module Status Panels to render inside Adaptable Status Bar

TypeScript
StatusBarPanels?: AdaptableStatusBarPanel[];
Property Value

AdaptableStatusBarPanel[]