TechDocsIndexPageProps
Home > @backstage/plugin-techdocs > TechDocsIndexPageProps
Props for TechDocsIndexPage()
Signature:
export type TechDocsIndexPageProps = {
    initialFilter?: UserListFilterKind;
    columns?: TableColumn<DocsTableRow>[];
    actions?: TableProps<DocsTableRow>['actions'];
    ownerPickerMode?: EntityOwnerPickerProps['mode'];
    pagination?: EntityListPagination;
    options?: TableOptions<DocsTableRow>;
    PageWrapper?: FC;
    CustomHeader?: FC;
};
References: UserListFilterKind, TableColumn, DocsTableRow, TableProps, EntityOwnerPickerProps, EntityListPagination, TableOptions