Skip to main content

WidgetContentHeading

Interfaces

WidgetContentHeadingProps

Properties

PropertyTypeDescriptionDefined in
action() => voidThe action on button click.manager/components/WidgetContentHeading.tsx:12
actionIconReactNodeThe icon for the action button.manager/components/WidgetContentHeading.tsx:8
actionTextstringThe text for the action button.manager/components/WidgetContentHeading.tsx:10
headingReactNodeThe component to put in the heading.manager/components/WidgetContentHeading.tsx:6

Functions

default()

default(__namedParameters): Element

The heading component for each section of a widget tab.

This displays the heading aligned left and the action button aligned right. The action button will be composed of the icon then the text.

Parameters

ParameterType
__namedParametersWidgetContentHeadingProps

Returns

Element

Defined in

manager/components/WidgetContentHeading.tsx:21