@jsonforms/angular
Version:
Angular module of JSON Forms
16 lines • 961 B
TypeScript
import { OnDestroy } from '@angular/core';
import { JsonSchema, OwnPropsOfRenderer, UISchemaElement } from '@jsonforms/core';
import { Subscription } from 'rxjs';
import * as i0 from "@angular/core";
export declare class JsonFormsBaseRenderer<T extends UISchemaElement> implements OnDestroy {
uischema: T;
schema: JsonSchema;
path: string;
protected subscriptions: Subscription;
protected addSubscription(subscription: Subscription | Subscription[]): void;
protected getOwnProps(): OwnPropsOfRenderer;
ngOnDestroy(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<JsonFormsBaseRenderer<any>, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<JsonFormsBaseRenderer<any>, never, never, { "uischema": { "alias": "uischema"; "required": false; }; "schema": { "alias": "schema"; "required": false; }; "path": { "alias": "path"; "required": false; }; }, {}, never, never, false, never>;
}
//# sourceMappingURL=base.renderer.d.ts.map