Skip to content

@k8slens/extensions / Exports / Common / Types / StatusBarRegistration

Interface: StatusBarRegistration#

Common.Types.StatusBarRegistration

The type for registering status bar items from the LensRendererExtension

Table of contents#

Properties#

Properties#

components#

Optional components: StatusBarComponents

The newer API, allows for registering a component instead of a StrictReactNode


item#

Optional item: StrictReactNode | () => StrictReactNode

Deprecated

use components instead


visible#

Optional visible: IComputedValue<boolean>

If specified, controls item visibility