Package io.deephaven.web.client.api
Class Features
java.lang.Object
io.deephaven.web.client.api.Features
Collection of feature flags that the JS API advertises. All must be nullable booleans, and if listed, the value is
true.
Preferred format is to first list the type or category of feature, then the feature name. Docs should link
bidirectionally with the feature in question.
Exposed as CoreClient.FEATURES, which may be null in older releases.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal @JsNullable BooleanJsTreeTablesupport for providing a number rather than a boolean whenexpandingto signify expanding to a depth relative to the given element. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
treeTableExpandToDepth
JsTreeTablesupport for providing a number rather than a boolean whenexpandingto signify expanding to a depth relative to the given element.
-
-
Constructor Details
-
Features
public Features()
-