Pixso Open Documentation
guide
  • 中文
  • English
guide
  • 中文
  • English
  • Plugin API

    • Brief Introduction
    • Prerequisites
    • manifest
    • Development Guide
    • Change Log
    • Plugin API Documentation

      • Overview
      • Global Object

        • pixso
        • pixso.ui
        • pixso.host
        • pixso.mouse
        • pixso.editor
        • pixso.keyboard
        • pixso.fieldset
        • pixso.viewport
        • pixso.vectorEditor
        • pixso.clientStorage
        • pixso.serverStorage
      • Node Types

        • BooleanOperationNode
        • ComponentNode
        • ComponentSetNode
        • DocumentNode
        • EllipseNode
        • FrameNode
        • GroupNode
        • InstanceNode
        • LineNode
        • PageNode
        • PolygonNode
        • RectangleNode
        • SectionNode
        • SliceNode
        • StarNode
        • TextNode
        • VectorNode
      • Data Types

        • Action
        • ArcData
        • BlendMode
        • CommandItem
        • ComponentProperties-Related
        • Constraints
        • DialogType
        • DocumentationLink
        • Effect
        • EmbedData
        • ExportSettings
        • FontName
        • Guide
        • HandleMirroring
        • HyperlinkTarget
        • Image
        • LayoutGrid
        • LetterSpacing
        • Library
        • LineHeight
        • NodeChangeProperty
        • OverflowDirection
        • Overlay
        • Paint
        • PublishStatus
        • Reaction
        • Rect-related
        • RGB & RGBA
        • StrokeCap
        • StrokeJoin
        • StyleChangeProperty
        • TextCase
        • TextDecoration
        • TextListOptions
        • ThemeType
        • ToolType
        • Transition
        • Trigger
        • Vector
    • Host API Documentation

      • Overview
      • Host API
  • Open API

    • OpenAPI Doc

NodeChangeProperty

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";
Prev
LineHeight
Next
OverflowDirection