kaios-types
    Preparing search index...

    Type Alias SystemMessageHandler

    SystemMessageHandler: (message: any) => void

    Generic system message handler function. The actual message parameter type varies depending on the message type.

    Type Declaration

      • (message: any): void
      • Parameters

        • message: any

        Returns void