Home > @activeviam/activeui-sdk > PluginParameters
PluginParameters type
The implementation has access to a merged object containing the type and implementations parameters.
Signature:
export declare type PluginParameters<TypeParameters, ImplementationParameters> = ImplementationParameters & TypeParameters;