Interface IParameterOptionsWithTransformableDataSource

Base type for options for Parameter decorator, which allows to transform and validate its input data.

interface IParameterOptionsWithTransformableDataSource {
    transformTo?: Nilable<ParameterDataTransformTo>;
}

Hierarchy

Properties

Properties

transformTo?: Nilable<ParameterDataTransformTo>

A custom function, which transforms input data to a new format / type.

Generated using TypeDoc