Backstage
    Preparing search index...

    Extension data for homepage widgets, bundling the rendered component with its metadata.

    interface HomePageWidgetData {
        component: ReactElement;
        description?: string;
        layout?: CardLayout;
        name?: string;
        node: AppNode;
        settings?: CardSettings;
        title?: string;
    }
    Index

    Properties

    component: ReactElement

    The rendered widget component (typically a card with header, content, etc.)

    description?: string

    Optional description shown in widget catalogs or configuration UIs

    layout?: CardLayout

    Optional layout hints for positioning and sizing

    name?: string

    Optional name identifier for the widget

    node: AppNode

    The originating app node for this widget.

    settings?: CardSettings

    Optional settings schema for widget configuration

    title?: string

    Optional title displayed in the widget header