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

    Class AlignmentChangeEditor

    Hierarchy

    • HandlebarsApplication<this> & DocumentSheetV2<
          any,
          RenderContext<any>,
          Configuration<any>,
          RenderOptions,
          this,
      >
      • AlignmentChangeEditor
    Index

    Constructors

    • Parameters

      • options: any

      Returns AlignmentChangeEditor

    Properties

    alignmentChange: any
    alignmentChange:
        | { step?: undefined; type: any; value: string }
        | { step: number; type: any; value: string }
        | { step?: undefined; type: any; value?: undefined }
        | undefined
    DEFAULT_OPTIONS: {
        actions: { switchType: Object };
        classes: string[];
        configureSheet: boolean;
        form: {
            closeOnSubmit: boolean;
            handler: (
                _event: Event,
                _form: Element,
                _formData: FormDataExtended,
            ) => void;
            submitOnChange: boolean;
        };
        tag: string;
        window: { icon: string; minimizable: boolean; resizable: boolean };
    } = ...
    PARTS: { form: { template: string } } = ...

    Accessors

    • get actor(): ActorPF

      Returns ActorPF

    • get item(): ItemPF

      Returns ItemPF

    Methods

    • Parameters

      • _event: Event

        Triggering event

      • _form: Element

        Form element

      • _formData: FormDataExtended

        Form data

      Returns void