interface JFormElement {
    attributeValueByName: JAttributeValueByName;
    elementId?: JId;
    id: JId;
    parentAttributeValueByName: JAttributeValueByName;
    parentId: JId;
    tempId?: JId;
}

Hierarchy (view full)

Properties

attributeValueByName: JAttributeValueByName
elementId?: JId

undefined if element, set if it's an entry

id: JId
parentAttributeValueByName: JAttributeValueByName

empty object if element, set if it's an entry

parentId: JId

undefined if element, set if it's an entry

tempId?: JId

used to replace new created element temp id by new real id