Skip to main content
Version: v1

ICombiningOp Interface

Signature

export interface ICombiningOp

Properties

Property Modifiers Type Description
defaultValue optional any
maxValue optional any
minValue optional any
name string

Property Details

defaultValue

Signature

defaultValue?: any;

Type: any

maxValue

Signature

maxValue?: any;

Type: any

minValue

Signature

minValue?: any;

Type: any

name

Signature

name: string;

Type: string