interface PlaylistDirectoryVolumeContext {
    aria: Record<string, string>;
    dataset: Record<string, string>;
    field: NumberField;
    modifier: number;
    name?: string;
}

Properties

aria: Record<string, string>

HTML ARIA attributes.

dataset: Record<string, string>

HTML dataset attributes.

The DataField specification for the form input.

modifier: number

The volume modifier in the interval [0, 1].

name?: string

The form input name.