NamespaceSchemeParamsField

Attributes of the workspace’s additional parameters.

Hierarchy

  • NamespaceSchemeParamsField

Properties

Optional Readonly array

array: undefined | false | true

Array.

Optional Readonly calcByFormula

calcByFormula: undefined | false | true

Set a formula for the field.

Optional Readonly code

code: undefined | string

Code.

Optional Readonly defaultValue

defaultValue: any

Default value.

Optional Readonly deleted

deleted: undefined | false | true

Deletion indicator.

Optional Readonly formula

formula: undefined | string

Formula.

Optional Readonly indexed

indexed: undefined | false | true

Search and sort.

Optional Readonly required

required: undefined | false | true

Required field.

Optional Readonly searchable

searchable: undefined | false | true

Full-text search.

Optional Readonly single

single: undefined | false | true

A flag indicating how many values the field can contain: true — a single value, false — multiple values.

Optional Readonly type

type: undefined | string

Type.

Optional Readonly view

Short description of the data used to display the workspace’s additional parameters.