All Downloads are FREE. Search and download functionalities are using the official Maven repository.

js.factoryEditing.widget.waitannimation.WaitAnimationModel.js Maven / Gradle / Ivy

There is a newer version: 4.0.2
Show newest version
//generated code don't edit manually
import { WidgetModel } from "../../base/WidgetModel";
import { WaitAnimation } from "./WaitAnimation";
import { BooleanValue } from "../../base/BooleanValue";
export class WaitAnimationModel extends WidgetModel {
    constructor() {
        super(...arguments);
        this.visible = new BooleanValue();
    }
    createWidget() {
        return new WaitAnimation(this);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy