- uiSlider<T = any>(
label?: string,
bounds?: [number, number],
stepSize?: number,
params?: TParams<T>,
): PropertyDecorator Parameters
Optional
label: stringOptional
bounds: [number, number]Optional
stepSize: numberOptional
params: TParams<T>
Returns PropertyDecorator