Search
Preparing search index...
The search index is not available
jsxapi
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
jsxapi
xapi/mixins
Module xapi/mixins
Index
Classes
Component
Interfaces
Gettable
Listenable
Settable
Type aliases
Any
Constructor
Functions
Gettable
Listenable
Settable
Type aliases
Any
Constructor
Any
Constructor
<
T
>
:
new
(
...
args
:
any
[]
)
=>
T
Type parameters
T =
object
Type declaration
new
(
...
args
:
any
[]
)
:
T
Parameters
Rest
...
args:
any
[]
Returns
T
Functions
Gettable
Gettable
<
B
,
T
>
(
Base
:
B
)
:
B
&
AnyConstructor
<
Gettable
<
T
>
>
Mixin for XAPI sections that can hold a value that may be fetched.
Type parameters
B
:
AnyConstructor
<
Component
>
T =
any
Parameters
Base:
B
Returns
B
&
AnyConstructor
<
Gettable
<
T
>
>
Listenable
Listenable
<
B
,
T
>
(
Base
:
B
)
:
B
&
AnyConstructor
<
Listenable
<
T
>
>
Type parameters
B
:
AnyConstructor
<
Component
>
T =
any
Parameters
Base:
B
Returns
B
&
AnyConstructor
<
Listenable
<
T
>
>
Settable
Settable
<
B
,
T
>
(
Base
:
B
)
:
B
&
AnyConstructor
<
Settable
<
T
>
>
Mixin for XAPI sections that can hold a value that may be fetched.
Type parameters
B
:
AnyConstructor
<
Component
>
T =
string
|
number
Parameters
Base:
B
Returns
B
&
AnyConstructor
<
Settable
<
T
>
>
Modules
backend
backend/tsh
backend/ws
browser
connect
index
json-
parser
log
schema
schema/fetch
schema/generate
schema/nodes
schema/utils
transport/duplexer
transport/ssh
transport/stream
transport/tsh
transport/ws
types
version
xapi
xapi/components
xapi/exc
xapi/feedback
xapi/mixins
xapi/normalize
Path
xapi/proxy
xapi/rpc
xapi/types
Component
Gettable
Listenable
Settable
Any
Constructor
Gettable
Listenable
Settable
Generated using
TypeDoc
Mixin for XAPI sections that can hold a value that may be fetched.