Table of contents
interface EmbedDefinition {}

Properties

backgroundColor

readonly backgroundColor?: string

doesResize

readonly doesResize: boolean

fromEmbedUrl

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

height

readonly height: number

hostnames

readonly hostnames: readonly string[]

readonly instructionLink?: string

isAspectRatioLocked

readonly isAspectRatioLocked?: boolean

minHeight

readonly minHeight?: number

minWidth

readonly minWidth?: number

overrideOutlineRadius

readonly overrideOutlineRadius?: number

overridePermissions

readonly overridePermissions?: TLEmbedShapePermissions

title

readonly title: string

toEmbedUrl

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

type

readonly type: string

width

readonly width: number

BoxModelSchemaPropsInfo