Groupparam

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

children?

{ key: string; param: ScriptParam; }[]

(Optional)

factory?

new () => T

(Optional)

type?

"group"

(Optional)