The state of the ParameterManager sub-controller.

interface ParameterManagerState<T extends Parameters> {
    parameters: T;
}

Type Parameters

Properties

Properties

parameters: T

The parameters affecting the response.