Backstage
    Preparing search index...

    Variable SelectDefinitionConst

    SelectDefinition: {
        classNames: { popover: "bui-SelectPopover"; root: "bui-Select" };
        propDefs: {
            className: {};
            description: {};
            icon: {};
            isRequired: {};
            label: {};
            options: {};
            searchable: {};
            searchPlaceholder: {};
            secondaryLabel: {};
            size: { dataAttribute: true; default: "small" };
        };
        styles: { readonly [key: string]: string };
    } = ...

    Component definition for Select

    Type Declaration

    • ReadonlyclassNames: { popover: "bui-SelectPopover"; root: "bui-Select" }
    • ReadonlypropDefs: {
          className: {};
          description: {};
          icon: {};
          isRequired: {};
          label: {};
          options: {};
          searchable: {};
          searchPlaceholder: {};
          secondaryLabel: {};
          size: { dataAttribute: true; default: "small" };
      }
    • styles: { readonly [key: string]: string }