Interface ICommandListenerOptions

interface ICommandListenerOptions {
    fireOnCommandChange: boolean;
}

Properties

fireOnCommandChange: boolean