@microsoft/windows-admin-center-sdk
Version:
Microsoft - Windows Admin Center Shell
17 lines (16 loc) • 741 B
TypeScript
import { DataSchema } from '../schema/schema-models';
import * as i0 from "@angular/core";
export declare class SchemaFormEditorFormViewModelComponent {
strings: {
Message: string;
GenerateButton: {
Text: string;
};
};
private viewModelDivElement;
schema: DataSchema;
convertEditingSchemaObjectToTypeScriptSchema(): void;
private convertEditingSchemaPropertyToTypeScriptSchema;
static ɵfac: i0.ɵɵFactoryDeclaration<SchemaFormEditorFormViewModelComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<SchemaFormEditorFormViewModelComponent, "sme-schema-form-editor-form-view-model", never, { "schema": "schema"; }, {}, never, never, false, never>;
}