Interface: InputFunctions
Charting Library.InputFunctions
Methods
bool
▸ bool(defaultValue
, title
, options?
): boolean
Parameters
Name | Type |
---|---|
defaultValue | boolean |
title | string |
options? | Partial <BoolInputOptions > |
Returns
boolean
int
▸ int(defaultValue
, title
, options?
): number
Parameters
Name | Type |
---|---|
defaultValue | number |
title | string |
options? | Partial <IntInputOptions > |
Returns
number
source
▸ source(defaultValue
, title
, options?
): IPineSeries
Parameters
Name | Type |
---|---|
defaultValue | StudyPriceSource |
title | string |
options? | Partial <SourceInputOptions > |
Returns
string
▸ string<TOptions
>(defaultValue
, title
, options?
): TOptions
[number
]
Type parameters
Name | Type |
---|---|
TOptions | extends readonly string [] |
Parameters
Name | Type |
---|---|
defaultValue | string |
title | string |
options? | Partial <StringInputOptions <TOptions >> |
Returns
TOptions
[number
]
symbol
▸ symbol(defaultValue
, title
, options?
): string
Parameters
Name | Type |
---|---|
defaultValue | string |
title | string |
options? | Partial <SymbolInputOptions > |
Returns
string