FeatureInfoObject interface

The base class Features-related response objects inherit from.

Properties

enabledForAllModels

Indicates if the feature is enabled for all models in the application.

id

A six-digit ID used for Features.

isActive

Indicates if the feature is enabled.

name

The name of the Feature.

Property Details

enabledForAllModels

Indicates if the feature is enabled for all models in the application.

enabledForAllModels?: boolean

Property Value

boolean

id

A six-digit ID used for Features.

id?: number

Property Value

number

isActive

Indicates if the feature is enabled.

isActive?: boolean

Property Value

boolean

name

The name of the Feature.

name?: string

Property Value

string