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

    Class ItemCreationEditor

    Editor for Item Creation details.

    Hierarchy

    • HandlebarsApplication<this> & ItemSheetV2<
          RenderContext,
          Configuration,
          RenderOptions,
          this,
      >
      • ItemCreationEditor
    Index

    Properties

    Accessors

    Methods

    Properties

    constructor: typeof ItemCreationEditor

    Accessors

    • get promise(): Promise<any>

      Returns Promise<any>

    Methods

    • Parameters

      • this: ContentSourceEditor
      • event: Event
      • form: HTMLElement
      • formData: object

      Returns any

    • Open editor application for defined document.

      Parameters

      • document: Actor<"base" | ModuleSubType> | Item<"base" | ModuleSubType>

        Item or Actor reference

      • Optionaloptions: object = {}

        Options passed to the application

      Returns ContentSourceEditor

      Reference to opened application.