Skip to content

NodeChangeProperty

typescript
type NodeChangeProperty =
    | "pointCount"
    | "innerRadius"
    | "name"
    | "height"
    | "width"
    | "locked"
    | "visible"
    | "opacity"
    | "blendMode"
    | "layoutGrids"
    | "characters"
    | "vectorNetwork"
    | "effects"
    | "exportSettings"
    | "arcData"
    | "fontName"
    | "fontSize"
    | "lineHeight"
    | "paragraphSpacing"
    | "letterSpacing"
    | "textAlignHorizontal"
    | "textAlignVertical"
    | "textCase"
    | "textDecoration"
    | "textAutoResize"
    | "fills"
    | "cornerRadius"
    | "topLeftRadius"
    | "topRightRadius"
    | "bottomLeftRadius"
    | "bottomRightRadius"
    | "strokes"
    | "strokeWeight"
    | "strokeAlign"
    | "strokeCap"
    | "strokeJoin"
    | "strokeMiterLimit"
    | "dashPattern"
    | "clipsContent"
    | "type"
    | "fillStyleId"
    | "strokeStyleId"
    | "textStyleId"
    | "effectStyleId"
    | "gridStyleId"
    | "description"
    | "paddingLeft"
    | "paddingTop"
    | "paddingRight"
    | "paddingBottom"
    | "itemSpacing"
    | "primaryAxisAlignItems"
    | "counterAxisAlignItems"
    | "hyperlink";