CallHookParams
interface CallHookParams<C> extends HookParams<C> {
callName: string;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
callName | Required | string |
interface CallHookParams<C> extends HookParams<C> {
callName: string;
}| Name | Required | Type | Description |
|---|---|---|---|
callName | Required | string |