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

js.factoryEditing.widget.attribute.AttributeMetadataAndAttributeName.js Maven / Gradle / Ivy

There is a newer version: 4.0.2
Show newest version
export class AttributeMetadataAndAttributeName {
    constructor(attributeMetadata, attributeName) {
        this.attributeMetadata = attributeMetadata;
        this.attributeName = attributeName;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy