@omnia/fx
Version:
Provide Omnia Fx typings and tooling for clientside Omnia development.
22 lines (21 loc) • 666 B
TypeScript
import { IWebComponentInstance } from "../../../";
import { VueComponentBase } from "../../VueComponentBase";
import { IDemoValidate } from "./IDemoValidate";
export declare class DemoValidate extends VueComponentBase implements IWebComponentInstance, IDemoValidate {
private internalValidator;
mounted(): void;
textField1: string;
textField2: number;
textField3: string;
textField4: string;
textField5: string;
toggle: boolean;
private color1;
private icon1;
private isValid;
private urlPropertyValue1;
private urlPropertyValue2;
render(): VueTsxSupport.JSX.Element;
submit(): void;
cancel(): void;
}