A specialized form used to select types.

Hierarchy

  • DocumentSheet
    • ActorTraitSelector

Constructors

Properties

attributes: {
    custom: any;
    value: any;
}

Type declaration

  • custom: any
  • value: any

Accessors

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

    • classes: string[]
    • closeOnSubmit: boolean
    • height: string
    • sheetConfig: boolean
    • submitOnChange: boolean
    • submitOnClose: 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