Interface JFormCreateAttributeFormElementParams

interface JFormCreateAttributeFormElementParams {
    attributeValueByName: JAttributeValueByName;
    formId: JId;
    geometry: Geometry;
    layerId: JId;
    tempId?: JId;
}

Hierarchy (view full)

Properties

attributeValueByName: JAttributeValueByName
formId: JId
geometry: Geometry
layerId: JId
tempId?: JId