VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging Namespace / WebUndoManagerJS type / get_CurrentAction Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_CurrentAction Method
    In This Topic
    Gets the current undo action.
    Syntax
    var instance = new Vintasoft.Imaging.WebUndoManagerJS();
    
    var value; // Type: object
    value = instance.get_CurrentAction();
    
    
    function get_CurrentAction() : object;
    

    Return Value

    Current undo action.
    Browser Compatibility
    56+
    45+
    11
    See Also