Skip to content

StyleChangeProperty

typescript
type StyleChangeProperty =
  | 'name'
  | 'pluginData'
  | 'type'
  | 'description'
  | 'remote'
  | 'fontSize'
  | 'textDecoration'
  | 'letterSpacing'
  | 'lineHeight'
  | 'paragraphIndent'
  | 'paragraphSpacing'
  | 'textCase'
  | 'paint'
  | 'effects'
  | 'layoutGrids'