Foundry Virtual Tabletop - API Documentation - Version 14
    Preparing search index...
    interface SelectOptionsHelperOptions {
        invert: boolean;
        selected: string | string[] | Set<string>;
    }
    Index

    Properties

    Properties

    invert: boolean

    Invert the key/value order of a provided choices object

    selected: string | string[] | Set<string>

    The currently selected value or values