EntityListDocsTableProps
Home > @backstage/plugin-techdocs > EntityListDocsTableProps
Props for EntityListDocsTable.
Signature:
export type EntityListDocsTableProps = {
    columns?: TableColumn<DocsTableRow>[];
    actions?: TableProps<DocsTableRow>['actions'];
    options?: TableOptions<DocsTableRow>;
};
References: TableColumn, DocsTableRow, TableProps, TableOptions