Interface InputGoToParams

InputGoToParams ($ref: "Input.GoTo.Params") Parameters for the GoTo method.

interface InputGoToParams {
    playerid: number;
    to: "next" | "previous";
}

Properties

Properties

playerid: number
to: "next" | "previous"