Foundry Virtual Tabletop - API Documentation - Version 14
    Preparing search index...

    Interface PlaylistDirectoryVolumeContext

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

    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.