Backstage
    Preparing search index...

    Variable FieldLabelDefinitionConst

    FieldLabelDefinition: {
        classNames: {
            description: "bui-FieldDescription";
            label: "bui-FieldLabel";
            root: "bui-FieldLabelWrapper";
            secondaryLabel: "bui-FieldSecondaryLabel";
        };
        propDefs: {
            className: {};
            description: {};
            htmlFor: {};
            id: {};
            label: {};
            secondaryLabel: {};
        };
        styles: { readonly [key: string]: string };
    } = ...

    Component definition for FieldLabel

    Type Declaration

    • ReadonlyclassNames: {
          description: "bui-FieldDescription";
          label: "bui-FieldLabel";
          root: "bui-FieldLabelWrapper";
          secondaryLabel: "bui-FieldSecondaryLabel";
      }
    • ReadonlypropDefs: {
          className: {};
          description: {};
          htmlFor: {};
          id: {};
          label: {};
          secondaryLabel: {};
      }
    • styles: { readonly [key: string]: string }