• JMap.Form.getAttributeForm

    Returns attribute form of currently displayed layer.

    Returns JForm

    Throws

    if layer has no attribute form

    Example

     // returns attribute form of currently displayed layer
    const attributeForm = JMap.Form.getAttributeForm()
    }