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

    An application that renders the movement speed configuration of an item

    Hierarchy

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

    Methods

    • Internal

      Save the movement speed data back to the item

      Parameters

      • this: SpeedEditor
      • event: SubmitEvent

        The originating form submission event

      • form: HTMLFormElement

        The form element that was submitted

      • formData: FormDataExtended

        Processed data for the submitted form

        • object

          The movement speed configuration

      Returns Promise<void>