TextNode class

Implemented types
Available extensions
Annotations
  • @JS()
  • @staticInterop
  • @anonymous

Constructors

TextNode.new({String? type, TextAlignHorizontal? textAlignHorizontal, TextAlignVertical? textAlignVertical, TextAutoResize? textAutoResize, TextTruncation? textTruncation, num? maxLines, bool? autoRename, Object? textStyleId, TextNode clone()?, Future<void> setTextStyleIdAsync(String)?, Constraints? constraints, bool? hasMissingFont, num? paragraphIndent, num? paragraphSpacing, num? listSpacing, bool? hangingPunctuation, bool? hangingList, Object? fontSize, Object? fontName, Object? fontWeight, Object? textCase, Object? openTypeFeatures, Object? textDecoration, dynamic textDecorationStyle, dynamic textDecorationOffset, dynamic textDecorationThickness, dynamic textDecorationColor, dynamic textDecorationSkipInk, Object? letterSpacing, Object? lineHeight, Object? leadingTrim, dynamic hyperlink, String? characters, void insertCharacters(num, String, [UnionEnum3?])?, void deleteCharacters(num, num)?, Object getRangeFontSize(num, num)?, void setRangeFontSize(num, num, num)?, Object getRangeFontName(num, num)?, void setRangeFontName(num, num, FontName)?, Object getRangeFontWeight(num, num)?, List<FontName> getRangeAllFontNames(num, num)?, Object getRangeTextCase(num, num)?, void setRangeTextCase(num, num, TextCase)?, Object getRangeOpenTypeFeatures(num, num)?, Object getRangeTextDecoration(num, num)?, void setRangeTextDecoration(num, num, TextDecoration)?, dynamic getRangeTextDecorationStyle(num, num)?, void setRangeTextDecorationStyle(num, num, TextDecorationStyle)?, dynamic getRangeTextDecorationOffset(num, num)?, void setRangeTextDecorationOffset(num, num, Object)?, dynamic getRangeTextDecorationThickness(num, num)?, void setRangeTextDecorationThickness(num, num, Object)?, dynamic getRangeTextDecorationColor(num, num)?, void setRangeTextDecorationColor(num, num, Object)?, dynamic getRangeTextDecorationSkipInk(num, num)?, void setRangeTextDecorationSkipInk(num, num, bool)?, Object getRangeLetterSpacing(num, num)?, void setRangeLetterSpacing(num, num, LetterSpacing)?, Object getRangeLineHeight(num, num)?, void setRangeLineHeight(num, num, Object)?, dynamic getRangeHyperlink(num, num)?, void setRangeHyperlink(num, num, [HyperlinkTarget?])?, Object getRangeFills(num, num)?, void setRangeFills(num, num, List<Object>)?, Object getRangeTextStyleId(num, num)?, Future<void> setRangeTextStyleIdAsync(num, num, String)?, void setRangeTextStyleId(num, num, String)?, Object getRangeFillStyleId(num, num)?, Future<void> setRangeFillStyleIdAsync(num, num, String)?, void setRangeFillStyleId(num, num, String)?, Object getRangeListOptions(num, num)?, void setRangeListOptions(num, num, TextListOptions)?, Object getRangeListSpacing(num, num)?, void setRangeListSpacing(num, num, num)?, Object getRangeIndentation(num, num)?, void setRangeIndentation(num, num, num)?, Object getRangeParagraphIndent(num, num)?, void setRangeParagraphIndent(num, num, num)?, Object getRangeParagraphSpacing(num, num)?, void setRangeParagraphSpacing(num, num, num)?, dynamic getRangeBoundVariable(num, num, VariableBindableTextField)?, void setRangeBoundVariable(num, num, VariableBindableTextField, [Variable?])?, Array getStyledTextSegments<StyledTextSegmentFields extends List>(StyledTextSegmentFields, [num?, num?])?, ReadonlyArray<Annotation>? annotations, Vector? targetAspectRatio, void lockAspectRatio()?, void unlockAspectRatio()?})
factory

Properties

absoluteBoundingBox Rect?

Available on DimensionAndPositionMixin, provided by the DimensionAndPositionMixin$Typings extension

no setter
absoluteRenderBounds Rect?

Available on LayoutMixin, provided by the LayoutMixin$Typings extension

no setter
absoluteTransform Transform

Available on DimensionAndPositionMixin, provided by the DimensionAndPositionMixin$Typings extension

no setter
addDevResourceAsync Future<void> Function(String, [String?])

Available on DevResourcesMixin, provided by the DevResourcesMixin$Typings extension

getter/setter pair
annotations ReadonlyArray<Annotation>

Available on AnnotationsMixin, provided by the AnnotationsMixin$Typings extension

getter/setter pair
attachedConnectors List<ConnectorNode>

Available on SceneNodeMixin, provided by the SceneNodeMixin$Typings extension

no setter
autoRename bool

Available on TextNode, provided by the TextNode$Typings extension

getter/setter pair
blendMode BlendMode

Available on MinimalBlendMixin, provided by the MinimalBlendMixin$Typings extension

getter/setter pair
boundVariables → _Intersection8?

Available on SceneNodeMixin, provided by the SceneNodeMixin$Typings extension

no setter
characters String

Available on NonResizableTextMixin, provided by the NonResizableTextMixin$Typings extension

getter/setter pair
clearExplicitVariableModeForCollection → ({void Function(String collectionId) $1, void Function(VariableCollection collection) $2})

Available on ExplicitVariableModesMixin, provided by the ExplicitVariableModesMixin$Typings extension

Overload accessor: $1, $2
no setter
clone TextNode Function()

Available on TextNode, provided by the TextNode$Typings extension

getter/setter pair
componentPropertyReferences ↔ dynamic

Available on SceneNodeMixin, provided by the SceneNodeMixin$Typings extension

getter/setter pair
constrainProportions bool

Available on LayoutMixin, provided by the LayoutMixin$Typings extension

getter/setter pair
constraints Constraints

Available on ConstraintMixin, provided by the ConstraintMixin$Typings extension

getter/setter pair
dashPattern ReadonlyArray<num>

Available on MinimalStrokesMixin, provided by the MinimalStrokesMixin$Typings extension

getter/setter pair
deleteCharacters ↔ void Function(num, num)

Available on NonResizableTextMixin, provided by the NonResizableTextMixin$Typings extension

getter/setter pair
deleteDevResourceAsync Future<void> Function(String)

Available on DevResourcesMixin, provided by the DevResourcesMixin$Typings extension

getter/setter pair
editDevResourceAsync Future<void> Function(String, dynamic)

Available on DevResourcesMixin, provided by the DevResourcesMixin$Typings extension

getter/setter pair
effects ReadonlyArray<Object>

Available on BlendMixin, provided by the BlendMixin$Typings extension

getter/setter pair
effectStyleId String

Available on BlendMixin, provided by the BlendMixin$Typings extension

getter/setter pair
explicitVariableModes Object

Available on ExplicitVariableModesMixin, provided by the ExplicitVariableModesMixin$Typings extension

getter/setter pair
exportAsync → ({Future<Uint8List> Function([Object? settings]) $1, Future<String> Function(ExportSettingsSVGString settings) $2, Future<Object> Function(ExportSettingsREST settings) $3})

Available on ExportMixin, provided by the ExportMixin$Typings extension

Overload accessor: $1, $2, $3
no setter
exportSettings ReadonlyArray<Object>

Available on ExportMixin, provided by the ExportMixin$Typings extension

getter/setter pair
fillGeometry VectorPaths

Available on GeometryMixin, provided by the GeometryMixin$Typings extension

no setter
fills Object

Available on MinimalFillsMixin, provided by the MinimalFillsMixin$Typings extension

getter/setter pair
fillStyleId Object

Available on MinimalFillsMixin, provided by the MinimalFillsMixin$Typings extension

getter/setter pair
fontName Object

Available on NonResizableTextMixin, provided by the NonResizableTextMixin$Typings extension

getter/setter pair
fontSize Object

Available on NonResizableTextMixin, provided by the NonResizableTextMixin$Typings extension

getter/setter pair
fontWeight Object

Available on NonResizableTextMixin, provided by the NonResizableTextMixin$Typings extension

no setter
getCSSAsync Future<Object> Function()

Available on BaseNodeMixin, provided by the BaseNodeMixin$Typings extension

getter/setter pair
getDevResourcesAsync Future<List<DevResourceWithNodeId>> Function([dynamic])

Available on DevResourcesMixin, provided by the DevResourcesMixin$Typings extension

getter/setter pair
getPluginData String Function(String)

Available on PluginDataMixin, provided by the PluginDataMixin$Typings extension

getter/setter pair
getPluginDataKeys List<String> Function()

Available on PluginDataMixin, provided by the PluginDataMixin$Typings extension

getter/setter pair
getRangeAllFontNames List<FontName> Function(num, num)

Available on NonResizableTextMixin, provided by the NonResizableTextMixin$Typings extension

getter/setter pair
getRangeBoundVariable ↔ dynamic Function(num, num, VariableBindableTextField)

Available on NonResizableTextMixin, provided by the NonResizableTextMixin$Typings extension

getter/setter pair
getRangeFills Object Function(num, num)

Available on NonResizableTextMixin, provided by the NonResizableTextMixin$Typings extension

getter/setter pair
getRangeFillStyleId Object Function(num, num)

Available on NonResizableTextMixin, provided by the NonResizableTextMixin$Typings extension

getter/setter pair
getRangeFontName Object Function(num, num)

Available on NonResizableTextMixin, provided by the NonResizableTextMixin$Typings extension

getter/setter pair
getRangeFontSize Object Function(num, num)

Available on NonResizableTextMixin, provided by the NonResizableTextMixin$Typings extension

getter/setter pair
getRangeFontWeight Object Function(num, num)

Available on NonResizableTextMixin, provided by the NonResizableTextMixin$Typings extension

getter/setter pair

Available on NonResizableTextMixin, provided by the NonResizableTextMixin$Typings extension

getter/setter pair
getRangeIndentation Object Function(num, num)

Available on NonResizableTextMixin, provided by the NonResizableTextMixin$Typings extension

getter/setter pair
getRangeLetterSpacing Object Function(num, num)

Available on NonResizableTextMixin, provided by the NonResizableTextMixin$Typings extension

getter/setter pair
getRangeLineHeight Object Function(num, num)

Available on NonResizableTextMixin, provided by the NonResizableTextMixin$Typings extension

getter/setter pair
getRangeListOptions Object Function(num, num)

Available on NonResizableTextMixin, provided by the NonResizableTextMixin$Typings extension

getter/setter pair
getRangeListSpacing Object Function(num, num)

Available on NonResizableTextMixin, provided by the NonResizableTextMixin$Typings extension

getter/setter pair
getRangeOpenTypeFeatures Object Function(num, num)

Available on NonResizableTextMixin, provided by the NonResizableTextMixin$Typings extension

getter/setter pair
getRangeParagraphIndent Object Function(num, num)

Available on NonResizableTextMixin, provided by the NonResizableTextMixin$Typings extension

getter/setter pair
getRangeParagraphSpacing Object Function(num, num)

Available on NonResizableTextMixin, provided by the NonResizableTextMixin$Typings extension

getter/setter pair
getRangeTextCase Object Function(num, num)

Available on NonResizableTextMixin, provided by the NonResizableTextMixin$Typings extension

getter/setter pair
getRangeTextDecoration Object Function(num, num)

Available on NonResizableTextMixin, provided by the NonResizableTextMixin$Typings extension

getter/setter pair
getRangeTextDecorationColor ↔ dynamic Function(num, num)

Available on NonResizableTextMixin, provided by the NonResizableTextMixin$Typings extension

getter/setter pair
getRangeTextDecorationOffset ↔ dynamic Function(num, num)

Available on NonResizableTextMixin, provided by the NonResizableTextMixin$Typings extension

getter/setter pair
getRangeTextDecorationSkipInk ↔ dynamic Function(num, num)

Available on NonResizableTextMixin, provided by the NonResizableTextMixin$Typings extension

getter/setter pair
getRangeTextDecorationStyle ↔ dynamic Function(num, num)

Available on NonResizableTextMixin, provided by the NonResizableTextMixin$Typings extension

getter/setter pair
getRangeTextDecorationThickness ↔ dynamic Function(num, num)

Available on NonResizableTextMixin, provided by the NonResizableTextMixin$Typings extension

getter/setter pair
getRangeTextStyleId Object Function(num, num)

Available on NonResizableTextMixin, provided by the NonResizableTextMixin$Typings extension

getter/setter pair
getRelaunchData Object Function()

Available on BaseNodeMixin, provided by the BaseNodeMixin$Typings extension

getter/setter pair
getSharedPluginData String Function(String, String)

Available on PluginDataMixin, provided by the PluginDataMixin$Typings extension

getter/setter pair
getSharedPluginDataKeys List<String> Function(String)

Available on PluginDataMixin, provided by the PluginDataMixin$Typings extension

getter/setter pair
getStyledTextSegments Array Function<StyledTextSegmentFields extends List>(StyledTextSegmentFields, [num?, num?])

Available on NonResizableTextMixin, provided by the NonResizableTextMixin$Typings extension

getter/setter pair
getTopLevelFrame FrameNode? Function()

Available on BaseNodeMixin, provided by the BaseNodeMixin$Typings extension

getter/setter pair
hangingList bool

Available on NonResizableTextMixin, provided by the NonResizableTextMixin$Typings extension

getter/setter pair
hangingPunctuation bool

Available on NonResizableTextMixin, provided by the NonResizableTextMixin$Typings extension

getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hasMissingFont bool

Available on NonResizableTextMixin, provided by the NonResizableTextMixin$Typings extension

no setter
height num

Available on DimensionAndPositionMixin, provided by the DimensionAndPositionMixin$Typings extension

no setter

Available on NonResizableTextMixin, provided by the NonResizableTextMixin$Typings extension

getter/setter pair
id String

Available on BaseNodeMixin, provided by the BaseNodeMixin$Typings extension

no setter
inferredVariables → _Intersection9?

Available on SceneNodeMixin, provided by the SceneNodeMixin$Typings extension

no setter
insertCharacters ↔ void Function(num, String, [UnionEnum3?])

Available on NonResizableTextMixin, provided by the NonResizableTextMixin$Typings extension

getter/setter pair
isAsset bool

Available on BaseNodeMixin, provided by the BaseNodeMixin$Typings extension

no setter
isMask bool

Available on BlendMixin, provided by the BlendMixin$Typings extension

getter/setter pair
layoutAlign LayoutAlign

Available on AutoLayoutChildrenMixin, provided by the AutoLayoutChildrenMixin$Typings extension

getter/setter pair
layoutGrow num

Available on AutoLayoutChildrenMixin, provided by the AutoLayoutChildrenMixin$Typings extension

getter/setter pair
layoutPositioning LayoutPositioning

Available on AutoLayoutChildrenMixin, provided by the AutoLayoutChildrenMixin$Typings extension

getter/setter pair
layoutSizingHorizontal LayoutSizingHorizontal

Available on LayoutMixin, provided by the LayoutMixin$Typings extension

getter/setter pair
layoutSizingVertical LayoutSizingVertical

Available on LayoutMixin, provided by the LayoutMixin$Typings extension

getter/setter pair
leadingTrim Object

Available on NonResizableTextMixin, provided by the NonResizableTextMixin$Typings extension

getter/setter pair
letterSpacing Object

Available on NonResizableTextMixin, provided by the NonResizableTextMixin$Typings extension

getter/setter pair
lineHeight Object

Available on NonResizableTextMixin, provided by the NonResizableTextMixin$Typings extension

getter/setter pair
listSpacing num

Available on NonResizableTextMixin, provided by the NonResizableTextMixin$Typings extension

getter/setter pair
lockAspectRatio ↔ void Function()

Available on AspectRatioLockMixin, provided by the AspectRatioLockMixin$Typings extension

getter/setter pair
locked bool

Available on SceneNodeMixin, provided by the SceneNodeMixin$Typings extension

getter/setter pair
maskType MaskType

Available on BlendMixin, provided by the BlendMixin$Typings extension

getter/setter pair
maxHeight num?

Available on DimensionAndPositionMixin, provided by the DimensionAndPositionMixin$Typings extension

getter/setter pair
maxLines num?

Available on TextNode, provided by the TextNode$Typings extension

getter/setter pair
maxWidth num?

Available on DimensionAndPositionMixin, provided by the DimensionAndPositionMixin$Typings extension

getter/setter pair
minHeight num?

Available on DimensionAndPositionMixin, provided by the DimensionAndPositionMixin$Typings extension

getter/setter pair
minWidth num?

Available on DimensionAndPositionMixin, provided by the DimensionAndPositionMixin$Typings extension

getter/setter pair
name String

Available on BaseNodeMixin, provided by the BaseNodeMixin$Typings extension

getter/setter pair
opacity num

Available on MinimalBlendMixin, provided by the MinimalBlendMixin$Typings extension

getter/setter pair
openTypeFeatures Object

Available on NonResizableTextMixin, provided by the NonResizableTextMixin$Typings extension

no setter
outlineStroke VectorNode? Function()

Available on GeometryMixin, provided by the GeometryMixin$Typings extension

getter/setter pair
paragraphIndent num

Available on NonResizableTextMixin, provided by the NonResizableTextMixin$Typings extension

getter/setter pair
paragraphSpacing num

Available on NonResizableTextMixin, provided by the NonResizableTextMixin$Typings extension

getter/setter pair
parent → _Intersection7?

Available on BaseNodeMixin, provided by the BaseNodeMixin$Typings extension

no setter
reactions ReadonlyArray<Reaction>

Available on ReactionMixin, provided by the ReactionMixin$Typings extension

getter/setter pair
relativeTransform Transform

Available on DimensionAndPositionMixin, provided by the DimensionAndPositionMixin$Typings extension

getter/setter pair
remove ↔ void Function()

Available on BaseNodeMixin, provided by the BaseNodeMixin$Typings extension

getter/setter pair
removed bool

Available on BaseNodeMixin, provided by the BaseNodeMixin$Typings extension

no setter
rescale ↔ void Function(num)

Available on LayoutMixin, provided by the LayoutMixin$Typings extension

getter/setter pair
resize ↔ void Function(num, num)

Available on LayoutMixin, provided by the LayoutMixin$Typings extension

getter/setter pair
resizeWithoutConstraints ↔ void Function(num, num)

Available on LayoutMixin, provided by the LayoutMixin$Typings extension

getter/setter pair
resolvedVariableModes Object

Available on SceneNodeMixin, provided by the SceneNodeMixin$Typings extension

getter/setter pair
rotation num

Available on LayoutMixin, provided by the LayoutMixin$Typings extension

getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
setBoundVariable → ({void Function(Object field, [String? variableId]) $1, void Function(Object field, [Variable? variable]) $2})

Available on SceneNodeMixin, provided by the SceneNodeMixin$Typings extension

Overload accessor: $1, $2
no setter
setDevResourcePreviewAsync Future<void> Function(String, PlainTextElement)

Available on DevResourcesMixin, provided by the DevResourcesMixin$Typings extension

getter/setter pair
setEffectStyleIdAsync Future<void> Function(String)

Available on BlendMixin, provided by the BlendMixin$Typings extension

getter/setter pair
setExplicitVariableModeForCollection → ({void Function(String collectionId, String modeId) $1, void Function(VariableCollection collection, String modeId) $2})

Available on ExplicitVariableModesMixin, provided by the ExplicitVariableModesMixin$Typings extension

Overload accessor: $1, $2
no setter
setFillStyleIdAsync Future<void> Function(String)

Available on MinimalFillsMixin, provided by the MinimalFillsMixin$Typings extension

getter/setter pair
setPluginData ↔ void Function(String, String)

Available on PluginDataMixin, provided by the PluginDataMixin$Typings extension

getter/setter pair
setRangeBoundVariable ↔ void Function(num, num, VariableBindableTextField, [Variable?])

Available on NonResizableTextMixin, provided by the NonResizableTextMixin$Typings extension

getter/setter pair
setRangeFills ↔ void Function(num, num, List<Object>)

Available on NonResizableTextMixin, provided by the NonResizableTextMixin$Typings extension

getter/setter pair
setRangeFillStyleId ↔ void Function(num, num, String)

Available on NonResizableTextMixin, provided by the NonResizableTextMixin$Typings extension

getter/setter pair
setRangeFillStyleIdAsync Future<void> Function(num, num, String)

Available on NonResizableTextMixin, provided by the NonResizableTextMixin$Typings extension

getter/setter pair
setRangeFontName ↔ void Function(num, num, FontName)

Available on NonResizableTextMixin, provided by the NonResizableTextMixin$Typings extension

getter/setter pair
setRangeFontSize ↔ void Function(num, num, num)

Available on NonResizableTextMixin, provided by the NonResizableTextMixin$Typings extension

getter/setter pair

Available on NonResizableTextMixin, provided by the NonResizableTextMixin$Typings extension

getter/setter pair
setRangeIndentation ↔ void Function(num, num, num)

Available on NonResizableTextMixin, provided by the NonResizableTextMixin$Typings extension

getter/setter pair
setRangeLetterSpacing ↔ void Function(num, num, LetterSpacing)

Available on NonResizableTextMixin, provided by the NonResizableTextMixin$Typings extension

getter/setter pair
setRangeLineHeight ↔ void Function(num, num, Object)

Available on NonResizableTextMixin, provided by the NonResizableTextMixin$Typings extension

getter/setter pair
setRangeListOptions ↔ void Function(num, num, TextListOptions)

Available on NonResizableTextMixin, provided by the NonResizableTextMixin$Typings extension

getter/setter pair
setRangeListSpacing ↔ void Function(num, num, num)

Available on NonResizableTextMixin, provided by the NonResizableTextMixin$Typings extension

getter/setter pair
setRangeParagraphIndent ↔ void Function(num, num, num)

Available on NonResizableTextMixin, provided by the NonResizableTextMixin$Typings extension

getter/setter pair
setRangeParagraphSpacing ↔ void Function(num, num, num)

Available on NonResizableTextMixin, provided by the NonResizableTextMixin$Typings extension

getter/setter pair
setRangeTextCase ↔ void Function(num, num, TextCase)

Available on NonResizableTextMixin, provided by the NonResizableTextMixin$Typings extension

getter/setter pair
setRangeTextDecoration ↔ void Function(num, num, TextDecoration)

Available on NonResizableTextMixin, provided by the NonResizableTextMixin$Typings extension

getter/setter pair
setRangeTextDecorationColor ↔ void Function(num, num, Object)

Available on NonResizableTextMixin, provided by the NonResizableTextMixin$Typings extension

getter/setter pair
setRangeTextDecorationOffset ↔ void Function(num, num, Object)

Available on NonResizableTextMixin, provided by the NonResizableTextMixin$Typings extension

getter/setter pair
setRangeTextDecorationSkipInk ↔ void Function(num, num, bool)

Available on NonResizableTextMixin, provided by the NonResizableTextMixin$Typings extension

getter/setter pair
setRangeTextDecorationStyle ↔ void Function(num, num, TextDecorationStyle)

Available on NonResizableTextMixin, provided by the NonResizableTextMixin$Typings extension

getter/setter pair
setRangeTextDecorationThickness ↔ void Function(num, num, Object)

Available on NonResizableTextMixin, provided by the NonResizableTextMixin$Typings extension

getter/setter pair
setRangeTextStyleId ↔ void Function(num, num, String)

Available on NonResizableTextMixin, provided by the NonResizableTextMixin$Typings extension

getter/setter pair
setRangeTextStyleIdAsync Future<void> Function(num, num, String)

Available on NonResizableTextMixin, provided by the NonResizableTextMixin$Typings extension

getter/setter pair
setReactionsAsync Future<void> Function(Array<Reaction>)

Available on ReactionMixin, provided by the ReactionMixin$Typings extension

getter/setter pair
setRelaunchData ↔ void Function(Object)

Available on BaseNodeMixin, provided by the BaseNodeMixin$Typings extension

getter/setter pair
setSharedPluginData ↔ void Function(String, String, String)

Available on PluginDataMixin, provided by the PluginDataMixin$Typings extension

getter/setter pair
setStrokeStyleIdAsync Future<void> Function(String)

Available on MinimalStrokesMixin, provided by the MinimalStrokesMixin$Typings extension

getter/setter pair
setTextStyleIdAsync Future<void> Function(String)

Available on TextNode, provided by the TextNode$Typings extension

getter/setter pair
strokeAlign StrokeAlign

Available on MinimalStrokesMixin, provided by the MinimalStrokesMixin$Typings extension

getter/setter pair
strokeCap Object

Available on GeometryMixin, provided by the GeometryMixin$Typings extension

getter/setter pair
strokeGeometry VectorPaths

Available on MinimalStrokesMixin, provided by the MinimalStrokesMixin$Typings extension

no setter
strokeJoin Object

Available on MinimalStrokesMixin, provided by the MinimalStrokesMixin$Typings extension

getter/setter pair
strokeMiterLimit num

Available on GeometryMixin, provided by the GeometryMixin$Typings extension

getter/setter pair
strokes ReadonlyArray<Object>

Available on MinimalStrokesMixin, provided by the MinimalStrokesMixin$Typings extension

getter/setter pair
strokeStyleId String

Available on MinimalStrokesMixin, provided by the MinimalStrokesMixin$Typings extension

getter/setter pair
strokeWeight Object

Available on MinimalStrokesMixin, provided by the MinimalStrokesMixin$Typings extension

getter/setter pair
stuckNodes List<SceneNode>

Available on SceneNodeMixin, provided by the SceneNodeMixin$Typings extension

no setter
targetAspectRatio Vector?

Available on AspectRatioLockMixin, provided by the AspectRatioLockMixin$Typings extension

no setter
textAlignHorizontal TextAlignHorizontal

Available on TextNode, provided by the TextNode$Typings extension

getter/setter pair
textAlignVertical TextAlignVertical

Available on TextNode, provided by the TextNode$Typings extension

getter/setter pair
textAutoResize TextAutoResize

Available on TextNode, provided by the TextNode$Typings extension

getter/setter pair
textCase Object

Available on NonResizableTextMixin, provided by the NonResizableTextMixin$Typings extension

getter/setter pair
textDecoration Object

Available on NonResizableTextMixin, provided by the NonResizableTextMixin$Typings extension

getter/setter pair
textDecorationColor ↔ dynamic

Available on NonResizableTextMixin, provided by the NonResizableTextMixin$Typings extension

getter/setter pair
textDecorationOffset ↔ dynamic

Available on NonResizableTextMixin, provided by the NonResizableTextMixin$Typings extension

getter/setter pair
textDecorationSkipInk ↔ dynamic

Available on NonResizableTextMixin, provided by the NonResizableTextMixin$Typings extension

getter/setter pair
textDecorationStyle ↔ dynamic

Available on NonResizableTextMixin, provided by the NonResizableTextMixin$Typings extension

getter/setter pair
textDecorationThickness ↔ dynamic

Available on NonResizableTextMixin, provided by the NonResizableTextMixin$Typings extension

getter/setter pair
textStyleId Object

Available on TextNode, provided by the TextNode$Typings extension

getter/setter pair
textTruncation TextTruncation

Available on TextNode, provided by the TextNode$Typings extension

getter/setter pair
toString$ String Function()

Available on BaseNodeMixin, provided by the BaseNodeMixin$Typings extension

getter/setter pair
type String

Available on TextNode, provided by the TextNode$Typings extension

no setter
unlockAspectRatio ↔ void Function()

Available on AspectRatioLockMixin, provided by the AspectRatioLockMixin$Typings extension

getter/setter pair
visible bool

Available on SceneNodeMixin, provided by the SceneNodeMixin$Typings extension

getter/setter pair
width num

Available on DimensionAndPositionMixin, provided by the DimensionAndPositionMixin$Typings extension

no setter
x num

Available on DimensionAndPositionMixin, provided by the DimensionAndPositionMixin$Typings extension

getter/setter pair
y num

Available on DimensionAndPositionMixin, provided by the DimensionAndPositionMixin$Typings extension

getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

type String
no setter