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

    Interface ActorTrackableAttributes

    interface ActorTrackableAttributes {
        bar?: string[];
        value?: string[];
    }
    Index

    Properties

    Properties

    bar?: string[]

    Paths to attributes that have both a value and a max property.

    value?: string[]

    Paths to attributes that have only a value property.