core/dynamic-forms/textarea/textarea.type.component.ts
FieldType
OnInit
changeDetection | ChangeDetectionStrategy.OnPush |
selector | c8y-field-textarea |
template |
|
Properties |
Methods |
ngOnInit |
ngOnInit()
|
Returns :
void
|
defaultOptions |
Type : object
|
Default value : {
props: {
rows: 5,
cols: 68
}
}
|