Skip to main content

FieldLabelProps

Home > @backstage/canon > FieldLabelProps

Signature:

export interface FieldLabelProps 

Properties

Property

Modifiers

Type

Description

description?

string | null

(Optional) The description of the text field

htmlFor?

string

(Optional) The HTML for attribute of the text field

id?

string

(Optional) The id of the text field

label?

string | null

(Optional) The label of the text field

secondaryLabel?

string | null

(Optional) The secondary label of the text field