SpreadJS Documentation
canExecute Method
Data used by the action. If the action does not require data to be passed, this object can be set to null.
Defines the method that determines whether the action can be performed in its current state.
Syntax
var instance = new GcSpread.Sheets.UndoRedo.ActionBase();
var value; // Type: boolean
value = instance.canExecute(arg);
function canExecute( 
   arg : object
) : boolean;

Parameters

arg
Data used by the action. If the action does not require data to be passed, this object can be set to null.

Return Value

true if this action can be performed; otherwise, false.
See Also

Reference

ActionBase type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.