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

    Interface ConditionalTargetEntry

    interface ConditionalTargetEntry {
        choices?: Record<string, string>;
        disabled: boolean;
        id: string;
        label: string;
        simple?: boolean;
        sort: number;
    }
    Index

    Properties

    choices?: Record<string, string>
    disabled: boolean
    id: string
    label: string
    simple?: boolean
    sort: number