Skip to content

Vizel API / react/src / VizelEmbedViewProps

Interface: VizelEmbedViewProps

Defined in: packages/react/src/components/VizelEmbedView.tsx:12

Properties

className?

ts
optional className?: string;

Defined in: packages/react/src/components/VizelEmbedView.tsx:16

Additional class name


data

ts
data: VizelEmbedData;

Defined in: packages/react/src/components/VizelEmbedView.tsx:14

Embed data


selected?

ts
optional selected?: boolean;

Defined in: packages/react/src/components/VizelEmbedView.tsx:18

Whether the embed is selected

Released under the MIT License.