Interface ISheetViewListenerOptions

interface ISheetViewListenerOptions {
    fireOnModelChange: boolean;
}

Properties

fireOnModelChange: boolean