TableDefinition
Home > @backstage/ui > TableDefinition
Component definition for Table
Signature:
TableDefinition: {
readonly classNames: {
readonly table: "bui-Table";
readonly header: "bui-TableHeader";
readonly body: "bui-TableBody";
readonly row: "bui-TableRow";
readonly head: "bui-TableHead";
readonly headContent: "bui-TableHeadContent";
readonly headSortButton: "bui-TableHeadSortButton";
readonly caption: "bui-TableCaption";
readonly cell: "bui-TableCell";
readonly cellContentWrapper: "bui-TableCellContentWrapper";
readonly cellContent: "bui-TableCellContent";
readonly cellIcon: "bui-TableCellIcon";
readonly cellProfileAvatar: "bui-TableCellProfileAvatar";
readonly cellProfileAvatarImage: "bui-TableCellProfileAvatarImage";
readonly cellProfileAvatarFallback: "bui-TableCellProfileAvatarFallback";
readonly cellProfileName: "bui-TableCellProfileName";
readonly cellProfileLink: "bui-TableCellProfileLink";
};
}