Label
type Label = { color?: string | ThemeColor; fieldName: string; id?: string; key?: string; size?: TextSize; textAlign?: TextAlign; type: 'Label'; value: string; weight?: 'normal' | 'medium' | 'semibold' | 'bold';};
Properties
Section titled “Properties”color?
Section titled “color?”optional color: | string | ThemeColor;
fieldName
Section titled “fieldName”fieldName: string;
optional id: string;
optional key: string;
optional size: TextSize;
textAlign?
Section titled “textAlign?”optional textAlign: TextAlign;
type: 'Label';
value: string;
weight?
Section titled “weight?”optional weight: "normal" | "medium" | "semibold" | "bold";