• JMap.Application.Query.getDefaultData

    Returns the current query form data.

    If there is no active form, warns in the console and returns an empty object {}.

    Returns {
        [id: string]: any;
    }

    • [id: string]: any

    Example

    // returns the current query form data
    JMap.Application.Print.getDefaultData()