Skip to content

Vizel API / core/src / createVizelEmbedExtension

Function: createVizelEmbedExtension()

ts
function createVizelEmbedExtension(options?): Node<VizelEmbedOptions, any>;

Defined in: packages/core/src/extensions/embed.ts:599

Create embed extension with options

Parameters

ParameterType
optionsVizelEmbedOptions

Returns

Node&lt;VizelEmbedOptions, any&gt;

Released under the MIT License.