ngx-json-schema-viewer
Version:
<h1 align="center">ngx-json-schema-viewer</h1>
11 lines (10 loc) • 665 B
TypeScript
import type { JSONSchemaNS } from "../../types";
import * as i0 from "@angular/core";
export declare class CreateUnevaluatedPropertiesComponent {
schema: JSONSchemaNS.Object;
get unevaluatedProperties(): JSONSchemaNS<any, JSONSchemaNS.TypeValue> | undefined;
isUndefinedOrBoolean(value: any): boolean;
unevaluatedPropertiesLabel(): string;
static ɵfac: i0.ɵɵFactoryDeclaration<CreateUnevaluatedPropertiesComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<CreateUnevaluatedPropertiesComponent, "jse-object-unevaluated-properties", never, { "schema": { "alias": "schema"; "required": true; }; }, {}, never, never, true, never>;
}