Interface: LatexProps
Defined in: components/latex/src/props.ts:3
Extends
ShapeProps
Properties
bottomCenter
bottomCenter:
Vector2| (() =>Vector2)
Defined in: core/dist/nodes/base/node.d.ts:57
Inherited from
ShapeProps.bottomCenter
bottomLeft
bottomLeft:
Vector2| (() =>Vector2)
Defined in: core/dist/nodes/base/node.d.ts:54
Inherited from
ShapeProps.bottomLeft
bottomRight
bottomRight:
Vector2| (() =>Vector2)
Defined in: core/dist/nodes/base/node.d.ts:55
Inherited from
ShapeProps.bottomRight
center
center:
Vector2| (() =>Vector2)
Defined in: core/dist/nodes/base/node.d.ts:51
Inherited from
ShapeProps.center
children
children:
Node<NodeProps> |Node<NodeProps>[]
Defined in: core/dist/nodes/base/node.d.ts:48
Inherited from
ShapeProps.children
clip?
optionalclip?:boolean
Defined in: core/dist/nodes/geometry/shape-node.d.ts:30
When true, content drawn outside this shape's outline is clipped away.
Inherited from
ShapeProps.clip
colSpan
colSpan:
number
Defined in: core/dist/nodes/base/node.d.ts:74
How many grid columns this child spans. Default 1.
Inherited from
ShapeProps.colSpan
column
column:
number
Defined in: core/dist/nodes/base/node.d.ts:70
1-based column index for explicit grid placement. Undefined = auto-placed.
Inherited from
ShapeProps.column
effects
effects:
ChainableFx
Defined in: core/dist/nodes/base/node.d.ts:45
Inherited from
ShapeProps.effects
end?
optionalend?:number
Defined in: core/dist/nodes/geometry/shape-node.d.ts:28
Inherited from
ShapeProps.end
fill?
optionalfill?:ChainableFill
Defined in: core/dist/nodes/geometry/shape-node.d.ts:16
Fill layer(s). Each item can be:
- A plain CSS color string → treated as a solid fill
- A fill prop object (SolidFillProp, LinearGradientFillProp, …)
- An already-resolved fill object
- A FillChain from the
Fillbuilder (e.g.Fill.color('red'))
Inherited from
ShapeProps.fill
flex
flex:
number
Defined in: core/dist/nodes/base/node.d.ts:68
Proportional share of the free space along the parent's main axis,
relative to sibling fill children (like Flutter's Expanded(flex:)).
Only meaningful when this node fills the main axis — in a row that's
width:'fill', in a column height:'fill'. Two siblings with flex 2
and 1 split the free space 2:1. Defaults to 1. Specifying flex without
an explicit width/height defaults both to 'fill'.
Inherited from
ShapeProps.flex
fontSize
fontSize:
number
Defined in: components/latex/src/props.ts:5
height
height:
SizeInput
Defined in: core/dist/nodes/base/node.d.ts:41
Inherited from
ShapeProps.height
latex
latex:
string
Defined in: components/latex/src/props.ts:4
leftCenter
leftCenter:
Vector2| (() =>Vector2)
Defined in: core/dist/nodes/base/node.d.ts:58
Inherited from
ShapeProps.leftCenter
opacity
opacity:
number
Defined in: core/dist/nodes/base/node.d.ts:44
Inherited from
ShapeProps.opacity
padding
padding:
PaddingProps
Defined in: components/latex/src/props.ts:6
Inner spacing between this node's edges and its content/children.
Overrides
ShapeProps.padding
pivot
pivot:
Vector2
Defined in: core/dist/nodes/base/node.d.ts:50
Pivot point for rotation and scale. (0,0)=center, (-1,1)=top-left, (1,-1)=bottom-right. Set automatically when an anchor prop is used.
Inherited from
ShapeProps.pivot
rightCenter
rightCenter:
Vector2| (() =>Vector2)
Defined in: core/dist/nodes/base/node.d.ts:59
Inherited from
ShapeProps.rightCenter
rotation
rotation:
number
Defined in: core/dist/nodes/base/node.d.ts:43
Inherited from
ShapeProps.rotation
row
row:
number
Defined in: core/dist/nodes/base/node.d.ts:72
1-based row index for explicit grid placement. Undefined = auto-placed.
Inherited from
ShapeProps.row
rowSpan
rowSpan:
number
Defined in: core/dist/nodes/base/node.d.ts:76
How many grid rows this child spans. Default 1.
Inherited from
ShapeProps.rowSpan
scale
scale:
number
Defined in: core/dist/nodes/base/node.d.ts:42
Inherited from
ShapeProps.scale
shadow?
optionalshadow?:ShadowProp|ShadowProp[]
Defined in: core/dist/nodes/geometry/shape-node.d.ts:26
Shadow layer(s). fill inside each shadow accepts the same loose
values as the top-level fill prop.
Inherited from
ShapeProps.shadow
start?
optionalstart?:number
Defined in: core/dist/nodes/geometry/shape-node.d.ts:27
Inherited from
ShapeProps.start
stroke?
optionalstroke?:StrokeProp|StrokeProp[]
Defined in: core/dist/nodes/geometry/shape-node.d.ts:21
Stroke layer(s). fill inside each stroke accepts the same loose
values as the top-level fill prop.
Inherited from
ShapeProps.stroke
topCenter
topCenter:
Vector2| (() =>Vector2)
Defined in: core/dist/nodes/base/node.d.ts:56
Inherited from
ShapeProps.topCenter
topLeft
topLeft:
Vector2| (() =>Vector2)
Defined in: core/dist/nodes/base/node.d.ts:52
Inherited from
ShapeProps.topLeft
topRight
topRight:
Vector2| (() =>Vector2)
Defined in: core/dist/nodes/base/node.d.ts:53
Inherited from
ShapeProps.topRight
width
width:
SizeInput
Defined in: core/dist/nodes/base/node.d.ts:40
Inherited from
ShapeProps.width
x
x:
number
Defined in: core/dist/nodes/base/node.d.ts:38
Inherited from
ShapeProps.x
y
y:
number
Defined in: core/dist/nodes/base/node.d.ts:39
Inherited from
ShapeProps.y