EmbedDefinition

Public TypeAlias

Signature
type EmbedDefinition = {
  readonly type: string
  readonly title: string
  readonly hostnames: readonly string[]
  readonly minWidth?: number
  readonly minHeight?: number
  readonly width: number
  readonly height: number
  readonly doesResize: boolean
  readonly isAspectRatioLocked?: boolean
  readonly overridePermissions?: TLEmbedShapePermissions
  readonly instructionLink?: string
  readonly backgroundColor?: string
  readonly overrideOutlineRadius?: number
  readonly toEmbedUrl: (url: string) => string | undefined
  readonly fromEmbedUrl: (url: string) => string | undefined
}
References

TLEmbedShapePermissions

Edit this page
Last edited on 11 May 2023
EMBED_DEFINITIONSembedShapeMigrations