LatexProps
interface LatexProps extends OmitSVGProps'svg'
Properties
alignContent
Inherited from Omit.alignContent
alignItems
Inherited from Omit.alignItems
alignSelf
Inherited from Omit.alignSelf
antialiased
antialiased?: SignalValueboolean
Omit.antialiased
basis
Inherited from Omit.basis
bottom
bottom?: SignalValuePossibleVector2number
The position of the bottom edge of this node.
This shortcut property will set the node's position so that the bottom edge
ends up in the given place.
If present, overrides the position
property.
Omit.bottom
bottomLeft
bottomLeft?: SignalValuePossibleVector2number
The position of the bottom left corner of this node.
This shortcut property will set the node's position so that the bottom left
corner ends up in the given place.
If present, overrides the position
property.
Omit.bottomLeft
bottomRight
The position of the bottom right corner of this node.
This shortcut property will set the node's position so that the bottom
right corner ends up in the given place.
If present, overrides the position
property.
Omit.bottomRight
cache
cache?: SignalValueboolean
Omit.cache
cachePadding
Controls the padding of the cached canvas used by this node.
By default, the size of the cache is determined based on the bounding box
of the node and its children. That includes effects such as stroke or
shadow. This property can be used to expand the cache area further.
Usually used to account for custom effects created by shaders
.
Omit.cachePadding
cachePaddingBottom
cachePaddingBottom?: SignalValuenumber
Controls the padding of the cached canvas used by this node.
By default, the size of the cache is determined based on the bounding box
of the node and its children. That includes effects such as stroke or
shadow. This property can be used to expand the cache area further.
Usually used to account for custom effects created by shaders
.
Omit.cachePaddingBottom
cachePaddingLeft
cachePaddingLeft?: SignalValuenumber
Controls the padding of the cached canvas used by this node.
By default, the size of the cache is determined based on the bounding box
of the node and its children. That includes effects such as stroke or
shadow. This property can be used to expand the cache area further.
Usually used to account for custom effects created by shaders
.
Omit.cachePaddingLeft
cachePaddingRight
cachePaddingRight?: SignalValuenumber
Controls the padding of the cached canvas used by this node.
By default, the size of the cache is determined based on the bounding box
of the node and its children. That includes effects such as stroke or
shadow. This property can be used to expand the cache area further.
Usually used to account for custom effects created by shaders
.
Omit.cachePaddingRight
cachePaddingTop
cachePaddingTop?: SignalValuenumber
Controls the padding of the cached canvas used by this node.
By default, the size of the cache is determined based on the bounding box
of the node and its children. That includes effects such as stroke or
shadow. This property can be used to expand the cache area further.
Usually used to account for custom effects created by shaders
.
Omit.cachePaddingTop
children
Inherited from Omit.children
clip
clip?: SignalValueboolean
Omit.clip
columnGap
Inherited from Omit.columnGap
composite
composite?: SignalValueboolean
Omit.composite
compositeOperation
compositeOperation?: SignalValueGlobalCompositeOperation
Omit.compositeOperation
direction
Inherited from Omit.direction
fill
Inherited from Omit.fill
filters
Inherited from Omit.filters
fontFamily
fontFamily?: SignalValuestring
Omit.fontFamily
fontSize
fontSize?: SignalValuenumber
Omit.fontSize
fontStyle
fontStyle?: SignalValuestring
Omit.fontStyle
fontWeight
fontWeight?: SignalValuenumber
Omit.fontWeight
gap
Inherited from Omit.gap
grow
grow?: SignalValuenumber
Omit.grow
height
Inherited from Omit.height
justifyContent
Inherited from Omit.justifyContent
key
key?: string
Omit.key
layout
Inherited from Omit.layout
left
left?: SignalValuePossibleVector2number
The position of the left edge of this node.
This shortcut property will set the node's position so that the left edge
ends up in the given place.
If present, overrides the position
property.
Omit.left
letterSpacing
letterSpacing?: SignalValuenumber
Omit.letterSpacing
lineCap
lineCap?: SignalValueCanvasLineCap
Omit.lineCap
lineDash
lineDash?: SignalValuenumber[]
Omit.lineDash
lineDashOffset
lineDashOffset?: SignalValuenumber
Omit.lineDashOffset
lineHeight
Inherited from Omit.lineHeight
lineJoin
lineJoin?: SignalValueCanvasLineJoin
Omit.lineJoin
lineWidth
lineWidth?: SignalValuenumber
Omit.lineWidth
margin
Inherited from Omit.margin
marginBottom
marginBottom?: SignalValuenumber
Omit.marginBottom
marginLeft
marginLeft?: SignalValuenumber
Omit.marginLeft
marginRight
marginRight?: SignalValuenumber
Omit.marginRight
marginTop
marginTop?: SignalValuenumber
Omit.marginTop
maxHeight
Inherited from Omit.maxHeight
maxWidth
Inherited from Omit.maxWidth
middle
middle?: SignalValuePossibleVector2number
The position of the center of this node.
This shortcut property will set the node's position so that the center ends
up in the given place.
If present, overrides the position
property.
When offset
is not set, this will be the same as the
position
.
Omit.middle
minHeight
Inherited from Omit.minHeight
minWidth
Inherited from Omit.minWidth
offset
offset?: SignalValuePossibleVector2number
Omit.offset
offsetX
offsetX?: SignalValuenumber
Omit.offsetX
offsetY
offsetY?: SignalValuenumber
Omit.offsetY
opacity
opacity?: SignalValuenumber
Omit.opacity
padding
Inherited from Omit.padding
paddingBottom
paddingBottom?: SignalValuenumber
Omit.paddingBottom
paddingLeft
paddingLeft?: SignalValuenumber
Omit.paddingLeft
paddingRight
paddingRight?: SignalValuenumber
Omit.paddingRight
paddingTop
paddingTop?: SignalValuenumber
Omit.paddingTop
position
position?: SignalValuePossibleVector2number
Omit.position
ratio
ratio?: SignalValuenumber
Omit.ratio
ref
ref?: ReferenceReceiverany
Omit.ref
renderProps
renderProps?: SignalValueOptionList
right
right?: SignalValuePossibleVector2number
The position of the right edge of this node.
This shortcut property will set the node's position so that the right edge
ends up in the given place.
If present, overrides the position
property.
Omit.right
rotation
rotation?: SignalValuenumber
Omit.rotation
rowGap
Inherited from Omit.rowGap
scale
scale?: SignalValuePossibleVector2number
Omit.scale
scaleX
scaleX?: SignalValuenumber
Omit.scaleX
scaleY
scaleY?: SignalValuenumber
Omit.scaleY
shaders
shaders?: PossibleShaderConfig
Omit.shaders
shadowBlur
shadowBlur?: SignalValuenumber
Omit.shadowBlur
shadowColor
Inherited from Omit.shadowColor
shadowOffset
Inherited from Omit.shadowOffset
shadowOffsetX
shadowOffsetX?: SignalValuenumber
Omit.shadowOffsetX
shadowOffsetY
shadowOffsetY?: SignalValuenumber
Omit.shadowOffsetY
shrink
shrink?: SignalValuenumber
Omit.shrink
size
Inherited from Omit.size
skew
skew?: SignalValuePossibleVector2number
Omit.skew
skewX
skewX?: SignalValuenumber
Omit.skewX
skewY
skewY?: SignalValuenumber
Omit.skewY
spawner
Deprecated
Use children
instead.
Omit.spawner
stroke
Inherited from Omit.stroke
strokeFirst
strokeFirst?: SignalValueboolean
Omit.strokeFirst
tagName
tagName?: keyof HTMLElementTagNameMap
Omit.tagName
tex
tex?: SignalValuestringstring[]
textAlign
textAlign?: SignalValueCanvasTextAlign
Omit.textAlign
textDirection
textDirection?: SignalValueCanvasDirection
Omit.textDirection
textWrap
Inherited from Omit.textWrap
top
top?: SignalValuePossibleVector2number
The position of the top edge of this node.
This shortcut property will set the node's position so that the top edge
ends up in the given place.
If present, overrides the position
property.
Omit.top
topLeft
topLeft?: SignalValuePossibleVector2number
The position of the top left corner of this node.
This shortcut property will set the node's position so that the top left
corner ends up in the given place.
If present, overrides the position
property.
Omit.topLeft
topRight
topRight?: SignalValuePossibleVector2number
The position of the top right corner of this node.
This shortcut property will set the node's position so that the top right
corner ends up in the given place.
If present, overrides the position
property.
Omit.topRight
width
Inherited from Omit.width
wrap
Inherited from Omit.wrap
x
x?: SignalValuenumber
Omit.x
y
y?: SignalValuenumber
Omit.y
zIndex
zIndex?: SignalValuenumber
Omit.zIndex