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

Properties

Properties

heading: string

The heading string.

The items in the toolclip body.

src: string

The filename of the toolclip video.