Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SyncNodeTableExpressionV3

The synchronization query to use when we listen for changes to nodes. The nodes must also match the specified filter.

Hierarchy

  • SyncNodeTableExpressionV3

Index

Properties

Properties

Optional limit

limit: undefined | number

nodes

nodes: { chainTo?: TableExpressionChainToDefinition; direction?: "outwards" | "inwards"; filter?: TableExpressionFilterDefinition; from?: undefined | string; through?: ViewPropertyReference }

Type declaration