Type of order 2. arg2 -> arg1 -> *.

Hierarchy

Properties

Properties

arg1: unknown
arg2: unknown
type: Readonly<{
    descendantsCount: number;
    dom: Dom<unknown>;
    mapper: ((msg) => unknown);
    type: typeof mapSymbol;
}>

Type declaration

  • descendantsCount: number

    Numbers of descendants.

  • dom: Dom<unknown>

    Source virtual DOM object that emits messages of type A.

  • mapper: ((msg) => unknown)
      • (msg): unknown
      • Maps an message from A to T.

        Parameters

        • msg: unknown

        Returns unknown

  • type: typeof mapSymbol

Generated using TypeDoc