GramIO API Reference / @gramio/composer/dist / EventComposerConstructor
Interface: EventComposerConstructor<TBase, TEventMap, TMethods>
Defined in: composer/index.d.ts:326
Type Parameters
| Type Parameter | Default type |
|---|---|
TBase extends object | - |
TEventMap extends Record<string, TBase> | - |
TMethods extends Record<string, (...args) => any> | object |
Constructors
Constructor
new EventComposerConstructor<
TIn,TOut,TExposed,TDerives,TMacros>(options?):EventComposer<TBase,TEventMap,TIn,TOut,TExposed,TDerives,TMethods,TMacros> &TMethods
Defined in: composer/index.d.ts:327
Parameters
| Parameter | Type |
|---|---|
options? | ComposerOptions |
Returns
EventComposer<TBase, TEventMap, TIn, TOut, TExposed, TDerives, TMethods, TMacros> & TMethods