Interface: StudySessionInputInfo
Charting Library.StudySessionInputInfo
Hierarchy
-
↳
StudySessionInputInfo
Properties
confirm
• Optional Readonly confirm: boolean
if true, then user will be asked to confirm input value before indicator is added to chart. Default value is false.
Inherited from
defval
• Readonly defval: string
Default value
Overrides
id
• Readonly id: string
Id for the input
Inherited from
isHidden
• Optional Readonly isHidden: boolean
Is the input hidden
Inherited from
name
• Readonly name: string
Title of the input
Inherited from
options
• Optional Readonly options: string[]
Source Input Options
optionsTitles
• Optional Readonly optionsTitles: StudyInputOptionsTitles
Options for Input Titles
type
• Readonly type: Session
Input type is Session
Overrides
visible
• Optional Readonly visible: string
Is the input visible