Created
December 16, 2020 19:17
-
-
Save gavinmcfarland/4737e161e43e5f4ed9211875fabcc95f to your computer and use it in GitHub Desktop.
All node properties extracted from https://github.com/figma/plugin-typings/blob/master/index.d.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
'id', | |
'parent', | |
'name', | |
'removed', | |
'visible', | |
'locked', | |
'children', | |
'constraints', | |
'absoluteTransform', | |
'relativeTransform', | |
'x', | |
'y', | |
'rotation', | |
'width', | |
'height', | |
'constrainProportions', | |
'layoutAlign', | |
'layoutGrow', | |
'opacity', | |
'blendMode', | |
'isMask', | |
'effects', | |
'effectStyleId', | |
'expanded', | |
'backgrounds', | |
'backgroundStyleId', | |
'fills', | |
'strokes', | |
'strokeWeight', | |
'strokeMiterLimit', | |
'strokeAlign', | |
'strokeCap', | |
'strokeJoin', | |
'dashPattern', | |
'fillStyleId', | |
'strokeStyleId', | |
'cornerRadius', | |
'cornerSmoothing', | |
'topLeftRadius', | |
'topRightRadius', | |
'bottomLeftRadius', | |
'bottomRightRadius', | |
'exportSettings', | |
'overflowDirection', | |
'numberOfFixedChildren', | |
'overlayPositionType', | |
'overlayBackground', | |
'overlayBackgroundInteraction', | |
'reactions', | |
'description', | |
'remote', | |
'key', | |
'layoutMode', | |
'primaryAxisSizingMode', | |
'counterAxisSizingMode', | |
'primaryAxisAlignItems', | |
'counterAxisAlignItems', | |
'paddingLeft', | |
'paddingRight', | |
'paddingTop', | |
'paddingBottom', | |
'itemSpacing', | |
'horizontalPadding', | |
'verticalPadding', | |
'layoutGrids', | |
'gridStyleId', | |
'clipsContent', | |
'guides' | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment