Interface IControllerEvent

interface IControllerEvent {
    type: string;
    [key: string]: unknown;
}

Hierarchy (View Summary)

Indexable

  • [key: string]: unknown

Properties

Properties

type: string