Interface ParameterManagerProps<T>

interface ParameterManagerProps<T> {
    initialState: ParameterManagerInitialState<T>;
}

Type Parameters

Properties

Properties

The initial state that should be applied to the ParameterManager sub-controller.