Backstage
    Preparing search index...
    interface DependsOnResourcesCardProps {
        columns?: TableColumn<ResourceEntity>[];
        tableOptions?: TableOptions<{}>;
        title?: string;
        variant?: InfoCardVariants;
    }
    Index

    Properties

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