Foundry Virtual Tabletop - API Documentation - Version 14
    Preparing search index...

    Interface TrackedAttributesDescription

    interface TrackedAttributesDescription {
        bar: string[][];
        value: string[][];
    }
    Index

    Properties

    Properties

    bar: string[][]

    A list of property key arrays to attributes with both a value and a max property.

    value: string[][]

    A list of property key arrays to attributes that have only a value property.