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

    Properties

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