Interface VolumeControlComponentDependencies

interface VolumeControlComponentDependencies {
    componentOptions: VolumeControlComponentOptions;
    name: string;
    type?: string;
}

Hierarchy (view full)

Properties

name: string
type?: string