Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CanonicalProfileDefinitionPropertiesItem

Package version

interface

An interface representing CanonicalProfileDefinitionPropertiesItem. The definition of a canonical profile property.

Hierarchy

  • CanonicalProfileDefinitionPropertiesItem

Index

Properties

Optional profileName

profileName: undefined | string
member

{string} [profileName] Profile name.

Optional profilePropertyName

profilePropertyName: undefined | string
member

{string} [profilePropertyName] Property name of profile.

Optional rank

rank: undefined | number
member

{number} [rank] The rank.

Optional type

member

{CanonicalPropertyValueType} [type] Type of canonical property value. Possible values include: 'Numeric', 'Categorical', 'DerivedCategorical', 'DerivedNumeric'

Optional value

value: undefined | string
member

{string} [value] Value of the canonical property.

Generated using TypeDoc