QVAC Logo

defineHandler( )

Helper function to define a handler with full type inference. This is an identity function that provides type checking.

function defineHandler(definition: PluginHandlerDefinition): PluginHandlerDefinition

Description

Helper function to define a handler with full type inference. This is an identity function that provides type checking.

Parameters

NameTypeRequired?Description
definitionPluginHandlerDefinitionNo description

Returns

PluginHandlerDefinition

On this page