TldrawImageProps
Public typealias
Props for the TldrawImage component.
Signature
type TldrawImageProps = Expand<
{
bindingUtils?: readonly TLAnyBindingUtilConstructor[]
shapeUtils?: readonly TLAnyShapeUtilConstructor[]
format?: 'png' | 'svg'
pageId?: TLPageId
snapshot: StoreSnapshot<TLRecord>
} & Partial<TLSvgOptions>
>
References
TLAnyBindingUtilConstructor, TLAnyShapeUtilConstructor, TLPageId, StoreSnapshot, TLRecord, TLSvgOptions
Source