Options
All
  • Public
  • Public/Protected
  • All
Menu

@phosphor/signaling

Index

Classes

Interfaces

Type aliases

Type aliases

Slot

Slot: function

A type alias for a slot function.

param

The object emitting the signal.

param

The args object emitted with the signal.

Notes

A slot is invoked when a signal to which it is connected is emitted.

Type declaration

    • (sender: T, args: U): void
    • Parameters

      • sender: T
      • args: U

      Returns void

Generated using TypeDoc