Interface JFormCreateElementParams

interface JFormCreateElementParams {
    attributeValueByName: JAttributeValueByName;
    elementId?: JId;
    formId: JId;
    id: JId;
    idAttributeName: JId;
    layerId: JId;
    parentAttributeValueByName: JAttributeValueByName;
    parentId: JId;
    tempId?: JId;
}

Hierarchy (view full)

Properties

attributeValueByName: JAttributeValueByName
elementId?: JId

undefined if element, set if it's an entry

formId: JId
id: JId
idAttributeName: JId
layerId: 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