A specialized form used to select damage or condition types which apply to an Actor

Hierarchy

  • DocumentSheet
    • ActorTraitSelector

Constructors

Accessors

  • get defaultOptions(): {
        classes: string[];
        height: string;
        sheetConfig: boolean;
        template: string;
        width: number;
    }
  • Returns {
        classes: string[];
        height: string;
        sheetConfig: boolean;
        template: string;
        width: number;
    }

    • classes: string[]
    • height: string
    • sheetConfig: boolean
    • template: string
    • width: number

Methods

  • Private

    Update the Actor object with new trait data processed from the form

    Parameters

    • event: any
    • formData: any

    Returns void

  • Provide data to the HTML template for rendering

    Returns {
        choices: any;
        custom: any;
        updateButton: string;
    }

    • choices: any
    • custom: any
    • updateButton: string

Generated using TypeDoc