Interface InputShowOSDParams

InputShowOSDParams ($ref: "Input.ShowOSD.Params") Parameters for the ShowOSD method.

interface InputShowOSDParams {
    playerid: number;
    show: boolean;
}

Properties

Properties

playerid: number
show: boolean