Skip to content

Documentation v1.0.0


Documentation / @openassistant/map / KeplerglTool

Type Alias: KeplerglTool

KeplerglTool = typeof keplergl

Defined in: keplergl/tool.ts:155

The type of the keplergl tool, which contains the following properties:

  • description: The description of the tool.
  • parameters: The parameters of the tool.
  • execute: The function that will be called when the tool is executed.
  • context: The context of the tool.
  • component: The component that will be used to render the tool.

Released under the MIT License.