CustomEmbedDefinition
See source codeTable of contents
Extends EmbedDefinition.
interface CustomEmbedDefinition extends EmbedDefinition {}Properties
backgroundColor
readonlyoptional
from EmbedDefinition
readonly backgroundColor?: stringdoesResize
readonly
from EmbedDefinition
readonly doesResize: booleanfromEmbedUrl
readonly
from EmbedDefinition
readonly fromEmbedUrl: (url: string) => string | undefinedheight
readonly
from EmbedDefinition
readonly height: numberhostnames
readonly
from EmbedDefinition
readonly hostnames: readonly string[]icon
readonly
readonly icon: stringinstructionLink
readonlyoptional
from EmbedDefinition
readonly instructionLink?: stringisAspectRatioLocked
readonlyoptional
from EmbedDefinition
readonly isAspectRatioLocked?: booleanminHeight
readonlyoptional
from EmbedDefinition
readonly minHeight?: numberminWidth
readonlyoptional
from EmbedDefinition
readonly minWidth?: numberoverrideOutlineRadius
readonlyoptional
from EmbedDefinition
readonly overrideOutlineRadius?: numberoverridePermissions
readonlyoptional
from EmbedDefinition
readonly overridePermissions?: TLEmbedShapePermissionstitle
readonly
from EmbedDefinition
readonly title: stringtoEmbedUrl
readonly
from EmbedDefinition
readonly toEmbedUrl: (url: string) => string | undefinedtype
readonly
from EmbedDefinition
readonly type: stringwidth
readonly
from EmbedDefinition
readonly width: numberPrev
CropBoxOptionsNext
DefaultRichTextToolbarContentProps