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

    Properties

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