Skip to main content

Interface: StudySessionInputInfo

Charting Library.StudySessionInputInfo

Hierarchy

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

StudyInputBaseInfo.confirm


defval

Readonly defval: string

Default value

Overrides

StudyInputBaseInfo.defval


hideWhenPlotsHidden

Optional Readonly hideWhenPlotsHidden: string[]

An array of plot ids, upon the hiding of which, this input should also be hidden within the legend

Inherited from

StudyInputBaseInfo.hideWhenPlotsHidden


id

Readonly id: string

Id for the input

Inherited from

StudyInputBaseInfo.id


isHidden

Optional Readonly isHidden: boolean

Is the input hidden

Inherited from

StudyInputBaseInfo.isHidden


name

Readonly name: string

Title of the input

Inherited from

StudyInputBaseInfo.name


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

StudyInputBaseInfo.type


visible

Optional Readonly visible: string

Is the input visible

Inherited from

StudyInputBaseInfo.visible