Canvas Extends Composite Canvas is a widget that can be used to draw graphics using a canvas context . Import this type with “const {Canvas} = require('tabris'); ” Example:...
SearchAction Extends Action An action that displays a search text field with dynamic proposals when selected. Add a listener on select to implement the action. On input, you ma...
Drawer Extends Composite A drawer that can be swiped in from the left edge of the screen. There’s only a single instance that can be accessed via tabris.ui.drawer . The drawer ...
RadioButton Extends Widget A radio button. Selecting a radio button de-selects all its siblings (i.e. all radio buttons within the same parent). Import this type with “const {...
ToggleButton Extends Widget A push button that “snaps in”, i.e. it is selected when pressed and deselected when pressed again. Import this type with “const {ToggleButton} = re...
fs Extends NativeObject The fs object provides methods to read and write files. All methods are asynchronous and return a promise. Import this object with “const {fs} = requi...
Action Extends Widget An executable item that is integrated in the application’s navigation menu. Add a listener on select to implement the action. Import this type with “cons...
NavigationBar Extends Widget The navigation bar is the onscreen area where Back, Home and similar buttons are displayed. The singleton instance can be accessed via ui.navigatio...