• JMap.FormJMC.getForm

    Returns the form for a layer.

    Parameters

    • layerId: JId

      the JMap layer id

    Returns any

    Example

    // returns the form for layer id=f47ac10b-58cc-4372-a567-0e02b2c3d479


    JMap.FormJMC
    .getForm("f47ac10b-58cc-4372-a567-0e02b2c3d479")
    .then(form => console.log("form of layer f47ac10b-58cc-4372-a567-0e02b2c3d479", form))
    .catch(error => console.error("An error occurred when getting the form for layer f47ac10b-58cc-4372-a567-0e02b2c3d479", error))