Interface TextTrackMenuItemComponentDependencies

interface TextTrackMenuItemComponentDependencies {
    componentOptions: TextTrackMenuItemOptions;
    name: string;
    type?: string;
}

Hierarchy (view full)

Properties

componentOptions: TextTrackMenuItemOptions
name: string
type?: string