Interface JFormExternalOperation

interface JFormExternalOperation {
    attributeValueByName: JAttributeValueByName;
    formId: JId;
    formName: string;
    formType: EXTERNAL;
    id: JId;
    idAttributeName: string;
    isAttributeForm: false;
    isExternalForm: true;
    isPhoto: false;
    isSubForm: false;
    layerElementId: JId;
    layerId: JId;
    operationType: JFORM_OPERATION_TYPES;
    parentAttributeValueByName: JAttributeValueByName;
}

Hierarchy (view full)

Properties

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