Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SettingInfo

brief

This structure represents each setting info.

Hierarchy

  • SettingInfo

Index

Properties

cntrlType

cntrlType: ControlType

currValue

currValue: number | string

dataType

dataType: SettingDataType

dependentDefaultValue

dependentDefaultValue: null | undefined | number | string

groupHelpText

groupHelpText: string

groupName

groupName: string

helpText

helpText: string

isDepedentsetting

isDepedentsetting: boolean

isDeviceRestart

isDeviceRestart: boolean

isSettingProtected

isSettingProtected: boolean

isSettingProtectionEnabled

isSettingProtectionEnabled: boolean

isValidationSupport

isValidationSupport: boolean

listKeyValue

listKeyValue: Array<{ dependentcount?: undefined | number; dependents: Array<{ GUID: string; enableFlag: boolean }>; key: number; value: string }>

listSize

listSize: number

name

name: string

settingGuid

settingGuid: string

validationRule

validationRule: null | undefined | { errorMessage: string; maxLength: number; minLength: number; regExp: string }

Generated using TypeDoc