HomeObserver API Reference - v1.7.1
    Preparing search index...

    Type Alias HandleEvent

    HandleEvent: (
        arg1?: Value,
        arg2?: Value,
        arg3?: Value,
        arg4?: Value,
        arg5?: Value,
        arg6?: Value,
        arg7?: Value,
        arg8?: Value,
    ) => void

    Callback used by Events and EventHandle functions. Note the callback is limited to 8 arguments.

    Type Declaration

      • (
            arg1?: Value,
            arg2?: Value,
            arg3?: Value,
            arg4?: Value,
            arg5?: Value,
            arg6?: Value,
            arg7?: Value,
            arg8?: Value,
        ): void
      • Parameters

        • Optionalarg1: Value

          First argument that is passed from caller.

        • Optionalarg2: Value

          Second argument that is passed from caller.

        • Optionalarg3: Value

          Third argument that is passed from caller.

        • Optionalarg4: Value

          Fourth argument that is passed from caller.

        • Optionalarg5: Value

          Fifth argument that is passed from caller.

        • Optionalarg6: Value

          Sixth argument that is passed from caller.

        • Optionalarg7: Value

          Seventh argument that is passed from caller.

        • Optionalarg8: Value

          Eighth argument that is passed from caller.

        Returns void