Backstage
    Preparing search index...

    Props for the legacy MUI-based rendering.

    Use ProvidedApisCardProps instead.

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

    Properties

    columns?: TableColumn<ApiEntity>[]

    Use columnConfig instead.

    tableOptions?: TableOptions<{}>

    Use columnConfig instead.

    title?: string

    Use columnConfig instead.