Interface SidePaneDescriptionElementBeta

Element to display a description for example a subheader in the sidepane. If clickId is set, the label becomes clickable.

interface SidePaneDescriptionElement {
    align?: SidePaneAlignment;
    clickId?: string;
    text: string;
    type: "Description";
}

Properties

clickId?: string
text: string
type: "Description"

Generated using TypeDoc