Skip to main content
Version: Next

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;
};

References: UserListFilterKind, TableColumn, DocsTableRow, TableProps, EntityOwnerPickerProps, EntityListPagination