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'];
};
References: UserListFilterKind, TableColumn, DocsTableRow, TableProps, EntityOwnerPickerProps