Interface: StudyInputBaseInfo
Charting Library.StudyInputBaseInfo
Hierarchy
-
StudyInputBaseInfo
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.
defval
• Optional
Readonly
defval: StudyInputValue
default value of the input variable. It has the specific type for a given input and can be optional.
id
• Readonly
id: string
Id for the input
isHidden
• Optional
Readonly
isHidden: boolean
Is the input hidden
name
• Readonly
name: string
Title of the input
type
• Readonly
type: StudyInputType
Input type
visible
• Optional
Readonly
visible: string
Is the input visible