Class DataOptions.ViewportSubscriptionOptions

Enclosing class:
DataOptions

@TsInterface @TsName(namespace="dh") public static class DataOptions.ViewportSubscriptionOptions extends DataOptions.SubscriptionOptions
Options for requesting a viewport subscription to a table.
  • Field Details

    • isReverseViewport

      @JsProperty public @JsNullable Boolean isReverseViewport
      If true, the viewport will be filled starting from the end of the table, where 0 is the last row of the table. Default is false.
    • rows

      @JsProperty public DataOptions.RangeSetUnion rows
      The rows to include in the viewport. This can be either a JsRangeSet or a single range with first and last properties.
  • Constructor Details

    • ViewportSubscriptionOptions

      public ViewportSubscriptionOptions()
  • Method Details