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

    Methods