Preparing search index...
The search index is not available
lgtv-ts
lgtv-ts
helpers/types
MuteResponse
Interface MuteResponse
interface
MuteResponse
{
id
:
string
;
payload
:
{
muteStatus
:
boolean
;
returnValue
:
boolean
;
soundOutput
:
SoundOutput
;
}
;
type
:
"error"
|
"response"
|
"registered"
|
"prompt"
;
}
Hierarchy
Omit
<
LGWebSocketResponse
,
"payload"
>
MuteResponse
Index
Properties
id
payload
type
Properties
id
id
:
string
payload
payload
:
{
muteStatus
:
boolean
;
returnValue
:
boolean
;
soundOutput
:
SoundOutput
}
type
type
:
"error"
|
"response"
|
"registered"
|
"prompt"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
payload
type
lgtv-ts
Loading...