interface SSRParameterManagerProps<T extends Parameters> {
    initialState?: ParameterManagerInitialState<T>;
}

Type Parameters

Hierarchy

Properties

Properties

initialState?: ParameterManagerInitialState<T>

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