Backstage
    Preparing search index...

    Interface HasSubcomponentsCardLegacyProps

    Props for the legacy MUI-based rendering.

    Use HasSubcomponentsCardProps instead.

    interface HasSubcomponentsCardLegacyProps {
        columns?: TableColumn<ComponentEntity>[];
        kind?: string;
        tableOptions?: TableOptions<{}>;
        title?: string;
        variant?: InfoCardVariants;
    }
    Index

    Properties

    Use columnConfig instead.

    kind?: string
    tableOptions?: TableOptions<{}>

    Use columnConfig instead.

    title?: string

    Use columnConfig instead.