Backstage
    Preparing search index...

    Interface DependsOnResourcesCardLegacyProps

    Props for the legacy MUI-based rendering.

    Use DependsOnResourcesCardProps instead.

    interface DependsOnResourcesCardLegacyProps {
        columns?: TableColumn<ResourceEntity>[];
        tableOptions?: TableOptions<{}>;
        title?: string;
        variant?: InfoCardVariants;
    }
    Index

    Properties

    Use columnConfig instead.

    tableOptions?: TableOptions<{}>

    Use columnConfig instead.

    title?: string

    Use columnConfig instead.