Interface IParameterChild2D3DProps

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

    Properties

    index: number
    onChange: ((value) => void)

    Type declaration

      • (value): void
      • Parameters

        • value: string

        Returns void

    onChangeEvent: ((e) => void)

    Type declaration

      • (e): void
      • Parameters

        • e: CheckboxChangeEvent

        Returns void

    onUnitChange: ((unit) => void)

    Type declaration

      • (unit): void
      • Parameters

        Returns void

    pkey: string
    variables: undefined | IModelVariable[]

    Generated using TypeDoc and TypeDoc Airthium Plugin