Interface IParameterChild2D3DProps

    interface IParameterChild2D3DProps {
        child: IModelParameter;
        index: number;
        onChange: ((value: string) => void);
        onChangeEvent: ((e: CheckboxChangeEvent) => void);
        onUnitChange: ((unit: IUnit) => void);
        pkey: string;
        variables: undefined | IModelVariable[];
    }

    Properties

    index: number
    onChange: ((value: string) => void)
    onChangeEvent: ((e: CheckboxChangeEvent) => void)
    onUnitChange: ((unit: IUnit) => void)
    pkey: string
    variables: undefined | IModelVariable[]

    Generated using TypeDoc and TypeDoc Airthium Plugin