ngx-json-schema-viewer
Version:
<h1 align="center">ngx-json-schema-viewer</h1>
15 lines (14 loc) • 777 B
TypeScript
import { JSVOptionsService } from '../services/jsv-options';
import type { JSONSchema, JSONSchemaNS } from '../types';
import type { JSVOptions, CheckKey } from '../services/jsv-options';
import * as i0 from "@angular/core";
export declare class QualifierMessages {
private jsvOptionsService;
schema: Exclude<JSONSchema, true | false>;
constructor(jsvOptionsService: JSVOptionsService);
get options(): JSVOptions;
get typedAsJSONSchemaString(): JSONSchemaNS.String;
get filteredQualifiers(): CheckKey[];
static ɵfac: i0.ɵɵFactoryDeclaration<QualifierMessages, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<QualifierMessages, "qm-messages", never, { "schema": { "alias": "schema"; "required": true; }; }, {}, never, never, true, never>;
}