• JMap.Application.User.removePopupMenuActionById

    Removes an existing action menu

    Parameters

    • actionId: string

      the action menu id

    Returns void

    Throws

    if actionId is not valid, or not found

    Example

    // remove the action menu id="my-custom-action-menu"
    JMap.Application.User.removePopupMenuActionById("my-custom-action-menu")