GroupParam interface
Group Params need to be initialized
Signature:
export interface GroupParam<T = any> extends AbstractParam<T> Extends: AbstractParam<T>
Example
@Param({ type: "group" }) myGroup = new MyGroup();
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
{ key: string; param: ScriptParam; }[] |
(Optional) | ||
|
new () => T |
(Optional) | ||
|
"group" |
(Optional) |