Backstage
    Preparing search index...

    Variable FieldLabelDefinitionConst

    FieldLabelDefinition: {
        classNames: {
            description: "bui-FieldDescription";
            label: "bui-FieldLabel";
            root: "bui-FieldLabelWrapper";
            secondaryLabel: "bui-FieldSecondaryLabel";
        };
    } = ...

    Component definition for FieldLabel

    Type Declaration

    • ReadonlyclassNames: {
          description: "bui-FieldDescription";
          label: "bui-FieldLabel";
          root: "bui-FieldLabelWrapper";
          secondaryLabel: "bui-FieldSecondaryLabel";
      }