Skip to content

VariableBindableTextField

typescript
type VariableBindableTextField =
  | "fontFamily"
  | "fontSize"
  | "fontStyle"
  | "fontWeight"
  | "letterSpacing"
  | "lineHeight"
  | "paragraphSpacing"
  | "paragraphIndent";

A list of text node fields that can be bound to a variable.