Set the current user's target to a specific token.

interface SetTargetDrive {
    kind: "set-target";
    tokenUuid: string;
}

Properties

Properties

kind: "set-target"
tokenUuid: string

UUID of the TokenDocument to target.