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

    Class MigrationCategory

    Migration category tracker for MigrationState

    Index

    Constructors

    Properties

    completed: boolean = false
    current: null
    errors: any[] = []
    id: string
    ignored: number = 0
    invalid: number = 0
    isNumber: boolean = false
    label: string
    processed: number = 0
    total: null

    Accessors

    Methods

    • Record total number of invalid items in this category.

      Parameters

      • total: number

        Total number of invalid entries in the category

      Returns void