@netgrif/components-core
Version:
Netgrif Application engine frontend core Angular library
17 lines (16 loc) • 881 B
TypeScript
import { OnInit } from '@angular/core';
import { UserField } from './models/user-field';
import { AbstractDataFieldComponent } from '../models/abstract-data-field-component';
import * as i0 from "@angular/core";
/**
* @deprecated as of v6.4.0
* */
/**
* Component that is created in the body of the task panel accord on the Petri Net, which must be bind properties.
*/
export declare abstract class AbstractUserFieldComponent extends AbstractDataFieldComponent implements OnInit {
dataField: UserField;
protected constructor(informAboutInvalidData: boolean | null);
static ɵfac: i0.ɵɵFactoryDeclaration<AbstractUserFieldComponent, [{ optional: true; }]>;
static ɵcmp: i0.ɵɵComponentDeclaration<AbstractUserFieldComponent, "ncc-abstract-user-field", never, { "dataField": { "alias": "dataField"; "required": false; }; }, {}, never, never, false, never>;
}