Interface JFormSubFormOperation

interface JFormSubFormOperation {
    attributeValueByName: JAttributeValueByName;
    formId: JId;
    formName: string;
    formType: ATTRIBUTE_SUB_FORM | EXTERNAL_SUB_FORM;
    id: JId;
    idAttributeName: string;
    isAttributeForm: false;
    isExternalForm: false;
    isPhoto: false;
    isSubForm: true;
    layerElementId: JId;
    layerId: JId;
    operationType: JFORM_OPERATION_TYPES;
    parentAttributeValueByName: JAttributeValueByName;
    parentId: JId;
}

Hierarchy (view full)

Properties

attributeValueByName: JAttributeValueByName
formId: JId
formName: string
id: JId
idAttributeName: string
isAttributeForm: false
isExternalForm: false
isPhoto: false
isSubForm: true
layerElementId: JId
layerId: JId
operationType: JFORM_OPERATION_TYPES
parentAttributeValueByName: JAttributeValueByName
parentId: JId