Type alias InputBindingApi<In, Ex>

InputBindingApi<In, Ex>: BindingApi<In, Ex, InputBindingController<In>>

The API for input binding between the parameter and the pane.

Type Parameters

  • In = unknown

    The internal type.

  • Ex = unknown

    The external type.

Generated using TypeDoc