Interface IListenerOptions

interface IListenerOptions {
    fireOnModelChange: boolean;
}

Properties

fireOnModelChange: boolean