Skip to main content

sdk.addvideoparams

Home > @kittl/sdk > AddVideoParams

AddVideoParams type

Parameters for adding a new video to the design.

Signature:

export type AddVideoParams = {
playlist: Omit<VideoPlaylistItem, 'id'>[];
videoSize?: {
width: number;
height: number;
};
} & CreateElementWithPositionAndSize;

References: CreateElementWithPositionAndSize