CustomEmbedDefinition
Table of contents
Extends EmbedDefinition.
interface CustomEmbedDefinition extends EmbedDefinition {}Properties
backgroundColor
readonlyoptional
from EmbedDefinition
readonly backgroundColor?: string;canEditWhileLocked
readonlyoptional
from EmbedDefinition
readonly canEditWhileLocked?: boolean;doesResize
readonly
from EmbedDefinition
readonly doesResize: boolean;embedOnPaste
readonlyoptional
from EmbedDefinition
readonly embedOnPaste?: boolean;fromEmbedUrl
readonly
from EmbedDefinition
readonly fromEmbedUrl: (url: string) => string | undefined;height
readonly
from EmbedDefinition
readonly height: number;hostnames
readonly
from EmbedDefinition
readonly hostnames: readonly string[];icon
readonly
readonly icon: string;instructionLink
readonlyoptional
from EmbedDefinition
readonly instructionLink?: string;isAspectRatioLocked
readonlyoptional
from EmbedDefinition
readonly isAspectRatioLocked?: boolean;minHeight
readonlyoptional
from EmbedDefinition
readonly minHeight?: number;minWidth
readonlyoptional
from EmbedDefinition
readonly minWidth?: number;overrideOutlineRadius
readonlyoptional
from EmbedDefinition
readonly overrideOutlineRadius?: number;overridePermissions
readonlyoptional
from EmbedDefinition
readonly overridePermissions?: TLEmbedShapePermissions;title
readonly
from EmbedDefinition
readonly title: string;toEmbedUrl
readonly
from EmbedDefinition
readonly toEmbedUrl: (url: string) => string | undefined;type
readonly
from EmbedDefinition
readonly type: string;width
readonly
from EmbedDefinition
readonly width: number;Prev
CustomDebugFlagsNext
DashedPathBuilderOpts