Change Editor

PF1 v10

Hierarchy

  • any
    • ChangeEditor

Constructors

Properties

change: ItemChange
DEFAULT_OPTIONS: {
    actions: { copyUuid: any };
    classes: string[];
    form: {
        closeOnSubmit: boolean;
        handler: Object;
        submitOnChange: boolean;
        submitOnClose: boolean;
    };
    position: { width: number };
    sheetConfig: boolean;
    tag: string;
    window: { minimizable: boolean; resizable: boolean };
} = ...
PARTS: { form: { template: string } } = ...

Accessors

Methods

  • Protected

    Attach event listeners to the rendered application form.

    Parameters

    • context: ApplicationRenderContext

      Prepared context data

    • options: RenderOptions

      Provided render options

    Returns void

  • Internal

    Returns Promise<
        {
            actor: ActorPF;
            change: ItemChange;
            config: config;
            isAdd: boolean;
            isDeferred: boolean;
            isSet: boolean;
            isSimple: boolean;
            isValid: boolean;
            isValidOp: boolean;
            isValidType: boolean;
            item: ItemPF;
            label: string;
        },
    >