Skip to main content

grid-pro.gridprostatusbarreloadconfig

Home > @genesislcap/grid-pro > GridProStatusBarReloadConfig

GridProStatusBarReloadConfig interface

Configuration options for reload status bar component

Signature:

export interface GridProStatusBarReloadConfig 

Properties

Property

Modifiers

Type

Description

icon?

string

(Optional) Custom FontAwesome icon name (without 'fa-' prefix).

onReload?

() => void

(Optional) Custom callback function to execute when the action is triggered. If not provided, the component will use the default datasource behavior.

tooltip?

string

(Optional) Custom tooltip text that appears on hover.