Skip to main content
Version: v25

StudyInputBaseInfo

Interface

Properties

confirm

OptionalReadonly

if true, then user will be asked to confirm input value before indicator is added to chart. Default value is false.

Type

boolean


defval

OptionalReadonly

default value of the input variable. It has the specific type for a given input and can be optional.

Type

StudyInputValue


id

Readonly

Id for the input

Type

string


isHidden

OptionalReadonly

Is the input hidden

Type

boolean


name

Readonly

Title of the input

Type

string


type

Readonly

Input type

Type

string


visible

OptionalReadonly

Is the input visible

Type

string