Type Alias SectionParameterEditor<T>

SectionParameterEditor<T>: ((container: HTMLElement, value: SectionParameterTypes[T], values: ParamsValues) => Promise<SectionParameterTypes[T]>)

Type Parameters