Interface JFormGetEntriesParams

interface JFormGetEntriesParams {
    elementId: JId;
    formId: JId;
    idAttributeName?: string;
    layerId: JId;
    parentFormAttributesValuesByName: JAttributeValueByName;
    parentId: JId;
}

Hierarchy (view full)

Properties

elementId: JId
formId: JId
idAttributeName?: string
layerId: JId
parentFormAttributesValuesByName: JAttributeValueByName
parentId: JId