Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Advanced Tables - Table Plus
highlightColor@default
multiplefalse
enableHeadingAttributesfalse
enableSortingfalse
enableHighlightingfalse


Parameter

Description

Parameter type

Data type

workspace

required

The name of the workspace.

path

string

nodeTypes

optional

Comma-separated string of primary node types.

query

string

q

optional

Text to search (full-text search).

query

string

orderBy

optional

The properties to order the nodes. Example: mgnl:lastModified desc,title asc

query

string

offset

optional (default=0)

Starting position in a result list (to use for pagination)

queryInteger

limit

optional (default=10) <to be checked: maybe default is read from YAML config, and "super default is 10???>: as set in YAML configuration)

The number of nodes displayed in a pagequery. (To use togehter with offset for pagination).

query

Integer


...