Backstage
    Preparing search index...

    Interface DependencyOfComponentsCardProps

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

    Properties

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