Backstage
    Preparing search index...

    Variable ListRowDefinitionConst

    ListRowDefinition: {
        bg: "consumer";
        classNames: {
            actions: "bui-ListRowActions";
            check: "bui-ListRowCheck";
            description: "bui-ListRowDescription";
            icon: "bui-ListRowIcon";
            label: "bui-ListRowLabel";
            root: "bui-ListRow";
        };
        propDefs: {
            children: {};
            className: {};
            customActions: {};
            description: {};
            icon: {};
            menuItems: {};
        };
        styles: { readonly [key: string]: string };
    } = ...

    Component definition for ListRow

    Type Declaration

    • Readonlybg: "consumer"
    • ReadonlyclassNames: {
          actions: "bui-ListRowActions";
          check: "bui-ListRowCheck";
          description: "bui-ListRowDescription";
          icon: "bui-ListRowIcon";
          label: "bui-ListRowLabel";
          root: "bui-ListRow";
      }
    • ReadonlypropDefs: {
          children: {};
          className: {};
          customActions: {};
          description: {};
          icon: {};
          menuItems: {};
      }
    • styles: { readonly [key: string]: string }