Interface IParameterOptions<TSource>

Options for Parameter decorator.

interface IParameterOptions {
    source: Nilable<TSource>;
}

Type Parameters

Hierarchy

Properties

Properties

source: Nilable<TSource>

The name of the source.

Generated using TypeDoc