The TokenDocument fields the token selector reads.

interface TokenActorRef {
    actorId: null | string;
    actorLink: boolean;
}

Properties

Properties

actorId: null | string

The id of the world actor the token represents, if any.

actorLink: boolean

Whether the token's data is linked to its world actor.