Options
All
  • Public
  • Public/Protected
  • All
Menu

Defines parameters for fetching document, data table or column properties see Publisher.fetchProperty.

Hierarchy

  • FetchPropertyRequest

Index

Properties

chartsFxnType?: ChartsFunctionType

If fetching data function details from a document properties you can limit the returned types to

id?: string

If fetching a property on a table or column, the id of the table or column must be defined here.

name?: string | string[]

The name(s) for the property/properties.

pattern?: string

If defined the returned properties will be limited to those where the property name matches the provided pattern. Can bre a regular expression if regexp is true.

propertyClass?: "document" | "table" | "column"

Defines where the location of the property.

regexp?: boolean

Set to true if the pattern should be treated as regular expression for matching property name.

Generated using TypeDoc