interface RegionTokenAnimateEventData {
    position: TokenPosition;
    token: TokenDocument;
}

Properties

Properties

position: TokenPosition

The position of the Token when it moved into/out of the Region

The Token that animated into/out of the Region