Cell

A cell is a single element of a row of a Table. A cell contains a single widget and has an API for getting widget values, default values and type.

Methods

on_node_pane_widget_value_update ( : ) : void
Available widget types

Parameters
  •  :
Returns void

void

Properties

row : void
Cell of table that contains cell

column : void
Column of table that contains cell

Acessors

get value ( ) : any
Return value of row at column

Returns any

any

get default_value ( ) : any
Return default value of cell

Returns any

any

get display ( ) : object
Returns display options for cell widget

Returns object

object

get widget ( ) : string
Returns the cell's widget class

Returns string

string

get lock ( ) : string
Returns the value of the cell's lock property. Locks are related to dataflow.

Returns string

string

get widget_type ( ) : string
Returns the cell's widget type

Returns string

string