Pathfinder 1e for Foundry VTT
    Preparing search index...

    Type Alias InputObject

    type InputObject = {
        active?: boolean;
        key: string;
        label?: string;
        placeholder?: string;
        type?: string;
        value?: string;
    }
    Index

    Properties

    active?: boolean

    Active

    key: string

    The key to retrieve choices.

    label?: string

    Display label

    Will be localized

    placeholder?: string

    Placeholder

    Will be localized

    type?: string

    HTML Input Type

    "text"
    
    value?: string

    Value