core_ai/aiprovider_instance_management_table

Description:
  • Handles setting plugin state for the AI provider management table.

Source:
License:
  • http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later

Handles setting plugin state for the AI provider management table.

Methods

deleteProvider(methodname, providerid) → {Promise}

Description:
  • Call the delete service.

Source:
Parameters:
Name Type Description
methodname string

The web service to call

providerid number

The provider id.

Returns:

The promise.

Type
Promise

(async) handleDelete(tableRoot, e)

Description:
  • Handle delete.

Source:
Parameters:
Name Type Description
tableRoot HTMLElement
e Event