Skip to main content

NotificationsTableProps

Home > @backstage/plugin-notifications > NotificationsTableProps

Signature:

export type NotificationsTableProps = Pick<TableProps, 'onPageChange' | 'onRowsPerPageChange' | 'page' | 'totalCount'> & {
markAsReadOnLinkOpen?: boolean;
isLoading?: boolean;
isUnread: boolean;
notifications?: Notification[];
onUpdate: () => void;
setContainsText: (search: string) => void;
pageSize: number;
};

References: TableProps