Skip to main content

Interface: EmbedUpdateParams

types/embed.EmbedUpdateParams

EmbedUpdateParams interface

Properties

metadata

metadata: Record<string, any>

Metadata associated to this embed. It mus be a valid json object. For embed_type sc_vimeo or sc_link it contains metadata associated with the external resource. For embed_type sc_shared_object it contains a field type that is the type of the object (Discussion or Post) and a field id that contains the id of the object shared

Defined in

types/embed.ts:20


url

Optional url: string

Url for the resource, if any

Defined in

types/embed.ts:11