VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging Namespace / WebCompositeUndoManagerJS type / set_CurrentAction Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    set_CurrentAction Method
    In This Topic
    Sets the current undo action.
    Syntax
    var instance = new Vintasoft.Imaging.WebCompositeUndoManagerJS();
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: object
    
    returnValue = instance.set_CurrentAction(value);
    
    
    function set_CurrentAction(
    value
    Undo action. Only undo action of this undo manager can be set as value of this property.
    : object
    ) : any;

    Parameters

    value
    Undo action. Only undo action of this undo manager can be set as value of this property.
    Browser Compatibility
    56+
    45+
    11
    See Also