kea-client
Preparing search index...
KeaResponse
Interface KeaResponse<T>
A single entry of a Kea Control Agent response array.
interface
KeaResponse
<
T
=
unknown
>
{
arguments
?:
T
;
result
:
number
;
text
?:
string
;
}
Type Parameters
T
=
unknown
Index
Properties
arguments?
result
text?
Properties
Optional
arguments
arguments
?:
T
result
result
:
number
Optional
text
text
?:
string
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
arguments
result
text
kea-client
Loading...
A single entry of a Kea Control Agent response array.