Options
All
  • Public
  • Public/Protected
  • All
Menu

Defines parameters for Publisher.setProperty method in publisher.

Hierarchy

  • SetPropertyRequest

Index

Properties

Defines the type of data that will be stored in the property.

id?: string

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

name: string

The name for the property.

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

Defines where the property will be set.

renderer?: string

If setting a property on a column, indicate the renderer.

value: string | number | boolean

The value for the property. Should correspond the dataType provided.

Generated using TypeDoc