SpreadJS Documentation
StatusItem Constructor
GC.Spread.Sheets.StatusBar Namespace > StatusItem type : StatusItem Constructor
- The name is the Unique identifier and needed in context menu and statusbar.
- The object of status item options.
The base class of status item provides basic value display and related context menu item function.
Syntax
var instance = new GC.Spread.Sheets.StatusBar.StatusItem(name, options);
function StatusItem( 
   name : string,
   options : Object
) : StatusItem;

Parameters

name
- The name is the Unique identifier and needed in context menu and statusbar.
options
- The object of status item options.
See Also

Reference

StatusItem type