VintaSoft Imaging .NET SDK 15.0: Documentation for Web developer
Vintasoft.Imaging.UI.Panels Namespace / WebUiUndoRedoToolbarPanelJS type / get_ActionNameMaxLength Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_ActionNameMaxLength Method
    In This Topic
    Gets the maximum length for action name.
    Syntax
    var instance = new Vintasoft.Imaging.UI.Panels.WebUiUndoRedoToolbarPanelJS(settings, stateButton);
    
    var value; // Type: number
    value = instance.get_ActionNameMaxLength();
    
    
    function get_ActionNameMaxLength() : number;
    

    Return Value

    The maximum length for action name. Default value is 50.
    Browser Compatibility
    56+
    45+
    11
    See Also