getInputs()

Returns the variables specified by the method addInput

Description

Used in methods onInit and onUpdate.
Variables are obtained by destructuring and it is desirable that they be constants to avoid changing them.

Example

// get NBars and PriceType variables for further work with them
const {NBars, PriceType} = this.getInputs()