Class Features

java.lang.Object
io.deephaven.web.client.api.Features

@JsType(namespace="dh") public class Features extends Object
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 Details

    • treeTableExpandToDepth

      public final @JsNullable Boolean treeTableExpandToDepth
      JsTreeTable support for providing a number rather than a boolean when expanding to signify expanding to a depth relative to the given element.
  • Constructor Details

    • Features

      public Features()