Skip to main content

LatexProps

interface LatexProps extends OmitSVGProps'svg'

Properties

alignContent

Inherited from Omit.alignContent

alignItems

Inherited from Omit.alignItems

alignSelf

Inherited from Omit.alignSelf

antialiased

Inherited from Omit.antialiased

basis

Inherited from Omit.basis

bottom

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.

Inherited from Omit.bottom

bottomLeft

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.

Inherited from 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.

Inherited from Omit.bottomRight

cache

Inherited from 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.

Inherited from Omit.cachePadding

cachePaddingBottom

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.

Inherited from Omit.cachePaddingBottom

cachePaddingLeft

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.

Inherited from Omit.cachePaddingLeft

cachePaddingRight

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.

Inherited from Omit.cachePaddingRight

cachePaddingTop

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.

Inherited from Omit.cachePaddingTop

children

Inherited from Omit.children

clip

clip?: SignalValueboolean
Inherited from Omit.clip

columnGap

Inherited from Omit.columnGap

composite

Inherited from Omit.composite

compositeOperation

compositeOperation?: SignalValueGlobalCompositeOperation
Inherited from Omit.compositeOperation

direction

Inherited from Omit.direction

fill

Inherited from Omit.fill

filters

Inherited from Omit.filters

fontFamily

Inherited from Omit.fontFamily

fontSize

Inherited from Omit.fontSize

fontStyle

Inherited from Omit.fontStyle

fontWeight

Inherited from Omit.fontWeight

gap

Inherited from Omit.gap

grow

Inherited from Omit.grow

height

Inherited from Omit.height

justifyContent

Inherited from Omit.justifyContent

key

key?: string
Inherited from Omit.key

layout

Inherited from Omit.layout

left

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.

Inherited from Omit.left

letterSpacing

Inherited from Omit.letterSpacing

lineCap

lineCap?: SignalValueCanvasLineCap
Inherited from Omit.lineCap

lineDash

Inherited from Omit.lineDash

lineDashOffset

Inherited from Omit.lineDashOffset

lineHeight

Inherited from Omit.lineHeight

lineJoin

lineJoin?: SignalValueCanvasLineJoin
Inherited from Omit.lineJoin

lineWidth

Inherited from Omit.lineWidth

margin

Inherited from Omit.margin

marginBottom

Inherited from Omit.marginBottom

marginLeft

Inherited from Omit.marginLeft

marginRight

Inherited from Omit.marginRight

marginTop

Inherited from Omit.marginTop

maxHeight

Inherited from Omit.maxHeight

maxWidth

Inherited from Omit.maxWidth

middle

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.

Inherited from Omit.middle

minHeight

Inherited from Omit.minHeight

minWidth

Inherited from Omit.minWidth

offset

Inherited from Omit.offset

offsetX

Inherited from Omit.offsetX

offsetY

Inherited from Omit.offsetY

opacity

Inherited from Omit.opacity

padding

Inherited from Omit.padding

paddingBottom

Inherited from Omit.paddingBottom

paddingLeft

Inherited from Omit.paddingLeft

paddingRight

Inherited from Omit.paddingRight

paddingTop

Inherited from Omit.paddingTop

position

Inherited from Omit.position

ratio

Inherited from Omit.ratio

ref

Inherited from Omit.ref

renderProps


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.

Inherited from Omit.right

rotation

Inherited from Omit.rotation

rowGap

Inherited from Omit.rowGap

scale

Inherited from Omit.scale

scaleX

Inherited from Omit.scaleX

scaleY

Inherited from Omit.scaleY

shaders

shaders?: PossibleShaderConfig
Experimental
This is an experimental feature. The behavior and API may change drastically between minor releases.
Inherited from Omit.shaders

shadowBlur

Inherited from Omit.shadowBlur

shadowColor

Inherited from Omit.shadowColor

shadowOffset

Inherited from Omit.shadowOffset

shadowOffsetX

Inherited from Omit.shadowOffsetX

shadowOffsetY

Inherited from Omit.shadowOffsetY

shrink

Inherited from Omit.shrink

size

Inherited from Omit.size

skew

Inherited from Omit.skew

skewX

Inherited from Omit.skewX

skewY

Inherited from Omit.skewY

spawner

Deprecated

Use children instead.

Inherited from Omit.spawner

stroke

Inherited from Omit.stroke

strokeFirst

Inherited from Omit.strokeFirst

tagName

tagName?: keyof HTMLElementTagNameMap
Inherited from Omit.tagName

tex

tex?: SignalValuestringstring[]

textAlign

textAlign?: SignalValueCanvasTextAlign
Inherited from Omit.textAlign

textDirection

textDirection?: SignalValueCanvasDirection
Inherited from Omit.textDirection

textWrap

Inherited from Omit.textWrap

top

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.

Inherited from Omit.top

topLeft

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.

Inherited from Omit.topLeft

topRight

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.

Inherited from Omit.topRight

width

Inherited from Omit.width

wrap

Inherited from Omit.wrap

x

x?: SignalValuenumber
Inherited from Omit.x

y

y?: SignalValuenumber
Inherited from Omit.y

zIndex

Inherited from Omit.zIndex