@add-on-hlapi-sdk / SceneNodeTypeValueID
Enumeration: SceneNodeTypeValueID
*Do not depend on the literal string values of these constants*, as they may change. Always reference the enum identifiers in your code.
*Additional node types may be added in the future.* If your code has different branches or cases depending on node type, always have a default/fallback case to handle any unknown values you may encounter.
Table of contents
Enumeration Members
- artboard
- artworkRoot
- ellipse
- group
- imageRectangle
- line
- linkedAsset
- mediaContainer
- page
- path
- polygon
- rectangle
- text
Enumeration Members
artboard
• artboard = "ab:Artboard"
artworkRoot
• artworkRoot = "ArtworkRoot"
ellipse
• ellipse = "Ellipse"
group
• group = "Group"
imageRectangle
• imageRectangle = "ImageRectangle"
Type of MediaContainerNode's "media rectangle" child when it is holding an image
line
• line = "Line"
linkedAsset
• linkedAsset = "LinkedAsset"
mediaContainer
• mediaContainer = "MediaContainer"
Type of MediaContainerNode, representing the top-level container of the multi-node construct used to display images or video.
page
• page = "Page"
Type of PageNode
path
• path = "Path"
polygon
• polygon = "artgr:Polygon"
rectangle
• rectangle = "Rectangle"
text
• text = "Text"