Member Junction
    Preparing search index...

    Base for all component event arguments

    interface BaseEventArgs {
        sourceComponentName?: string;
        timestamp: Date;
    }

    Hierarchy (View Summary)

    Index

    Properties

    sourceComponentName?: string

    Optional name of the component that fired the event

    timestamp: Date

    When the event was fired