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

    Class MigrationState

    State object for tracking migration progress.

    Index

    Constructors

    Properties

    callbacks: Record<number, Function> = {}
    categories: Record<string, MigrationCategory> = {}
    completed: boolean = false
    label: string

    Display label

    unlock: boolean = false

    Compendium unlocking state

    Accessors

    • get errors(): number

      Returns number

    • get ignored(): number

      Returns number

    • get invalid(): number

      Returns number

    Methods

    • Parameters

      • category: string

        Category ID

      • label: string

        Display label

      • isNumber: boolean

        Does the category track a number

      Returns MigrationCategory

      • Created category
    • Returns void

    • Returns void