Langium - v4.0.0
    Preparing search index...

    Interface EmitterOptions

    interface EmitterOptions {
        onFirstListenerAdd?: Function;
        onLastListenerRemove?: Function;
    }
    Index

    Properties

    onFirstListenerAdd?: Function
    onLastListenerRemove?: Function