EmbedDefinition

See source code
Table of contents
interface EmbedDefinition {}

Properties

backgroundColor

readonlyoptional
readonly backgroundColor?: string

doesResize

readonly
readonly doesResize: boolean

fromEmbedUrl

readonly
readonly fromEmbedUrl: (url: string) => string | undefined

height

readonly
readonly height: number

hostnames

readonly
readonly hostnames: readonly string[]

readonlyoptional
readonly instructionLink?: string

isAspectRatioLocked

readonlyoptional
readonly isAspectRatioLocked?: boolean

minHeight

readonlyoptional
readonly minHeight?: number

minWidth

readonlyoptional
readonly minWidth?: number

overrideOutlineRadius

readonlyoptional
readonly overrideOutlineRadius?: number

overridePermissions

readonlyoptional
readonly overridePermissions?: TLEmbedShapePermissions

title

readonly
readonly title: string

toEmbedUrl

readonly
readonly toEmbedUrl: (url: string) => string | undefined

type

readonly
readonly type: string

width

readonly
readonly width: number

Prev
DefaultToolbarProps
Next
EventsProviderProps