Panel Pass Through

Pass Through documentation for Panel component

Viewer#

Some sections may not be visible due to the availability of the particular feature.

Loading...

Panel PT Options#

Defines passthrough(pt) options of Panel component.

labeltypedescription
rootPanelPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the root's DOM element.
headerPanelPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the header's DOM element.
headerActionsPanelPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the header actions's DOM element.
titlePanelPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the title's DOM element.
contentPanelPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the content's DOM element.
collapsePanelPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the collapse's DOM element.
footerPanelPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the footer's DOM element.

PanelHeader PT Options#

Defines passthrough(pt) options of PanelHeadercomponent.

labeltypedescription
rootPanelHeaderPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the root's DOM element.

PanelTitle PT Options#

Defines passthrough(pt) options of PanelTitlecomponent.

labeltypedescription
rootPanelTitlePassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the root's DOM element.

PanelHeaderActions PT Options#

Defines passthrough(pt) options of PanelHeaderActions component.

labeltypedescription
rootPanelHeaderActionsPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the root's DOM element.

PanelCollapse PT Options#

Defines passthrough(pt) options of PanelCollapse component.

labeltypedescription
rootPanelCollapsePassThroughType<HTMLAttributes<HTMLButtonElement>>Used to pass attributes to the root's DOM element.

PanelContent PT Options#

Defines passthrough(pt) options of PanelContent component.

labeltypedescription
rootPanelContentPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the root's DOM element.

PanelFooter PT Options#

Defines passthrough(pt) options of PanelFooter component.

labeltypedescription
rootPanelFooterPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the root's DOM element.