Skip to content

@sebasoft/neuron-js


ParameterConstructor<T> = (id, type, name, value, options, defaultValue?) => IElementInstance & object

Defined in: index.ts:25

Constructor type for Parameters.

Type Parameters

T

T = any

Parameters

id

string

type

string

name

string

value

any

options

any

defaultValue?

any

Returns

IElementInstance & object