g.frame
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Factory
Agent
constructor
__agent
Constructor
__constructor
get
get
Factory
update
Hierarchy
Factory
<
any
>
FactoryAgent
Index
Constructors
constructor
Properties
__agent
Constructor
__constructor
Methods
get
get
Factory
update
Constructors
constructor
new
Factory
Agent
(
instances
:
Array
<
Factory
<
any
>
>
)
:
FactoryAgent
Parameters
instances:
Array
<
Factory
<
any
>
>
Returns
FactoryAgent
Properties
__agent
Constructor
__agent
Constructor
:
Function
__constructor
__constructor
:
{
constructor
:
any
}
Type declaration
constructor
:
function
new __type
(
...
arg
:
any
[]
)
:
any
Parameters
Rest
...
arg:
any
[]
Returns
any
Methods
get
get
(
arg
:
any
)
:
any
Parameters
arg:
any
Returns
any
get
Factory
get
Factory<T, U>
(
classConstructor
:
{}
)
:
(
arg
:
U
)
=>
T
Type parameters
T
U
Parameters
classConstructor:
{}
Returns
(
arg
:
U
)
=>
T
(
arg
:
U
)
:
T
Parameters
arg:
U
Returns
T
update
update
(
params
:
any
)
:
void
Parameters
params:
any
Returns
void
Generated using
TypeDoc