Interface: PostUserMessageHookOptions
Makaio Framework / hooks / PostUserMessageHookOptions
Interface: PostUserMessageHookOptions
Section titled “Interface: PostUserMessageHookOptions”Defined in: ../../../packages/hooks/src/types/hook-options.ts:29
Extends
Section titled “Extends”BaseHookOptions
Properties
Section titled “Properties”
optionalname?:string
Defined in: ../../../packages/hooks/src/types/hook-options.ts:31
Hook name for error attribution (default: ‘anonymous’)
priority?
Section titled “priority?”
optionalpriority?:number
Defined in: ../../../packages/hooks/src/types/hook-options.ts:9
Handler priority. Higher runs first. Default: 0
Inherited from
Section titled “Inherited from”BaseHookOptions.priority