Backstage
    Preparing search index...

    Interface FieldLabelProps

    interface FieldLabelProps {
        className?: string;
        description?: string | null;
        htmlFor?: string;
        id?: string;
        label?: string | null;
        secondaryLabel?: string | null;
    }

    Hierarchy

    • Pick<React.HTMLAttributes<HTMLDivElement>, "className">
      • FieldLabelProps
    Index

    Properties

    className?: string
    description?: string | null

    The description of the text field

    htmlFor?: string

    The HTML for attribute of the text field

    id?: string

    The id of the text field

    label?: string | null

    The label of the text field

    secondaryLabel?: string | null

    The secondary label of the text field