Foundry Virtual Tabletop - API Documentation - Version 14
    Preparing search index...
    interface FormSelectOption {
        dataset?: Record<string, string>;
        disabled?: boolean;
        group?: string;
        label?: string;
        rule?: boolean;
        selected?: boolean;
        value?: string;
    }
    Index

    Properties

    dataset?: Record<string, string>
    disabled?: boolean
    group?: string
    label?: string
    rule?: boolean
    selected?: boolean
    value?: string