interface ToolclipConfiguration {
    src: string;
    heading: string;
    items: ToolclipConfigurationItem[];
}

Properties

Properties

src: string

The filename of the toolclip video.

heading: string

The heading string.

The items in the toolclip body.