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

js.factoryEditing.base.BooleanValue.js Maven / Gradle / Ivy

There is a newer version: 4.0.2
Show newest version
//generated code don't edit manually
import { Value } from "./Value";
export class BooleanValue extends Value {
    getChildren() {
        return [];
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy