element property
TableKind
get
element
Implementation
TableKind get element =>
TableKind.fromValue(js_util.getProperty(this, 'element'));
set
element
(TableKind newValue)
Implementation
set element(TableKind newValue) {
js_util.setProperty(this, 'element', newValue.value);
}