Interface GetContainerConfig
- GetContainerConfig<TState>(args): undefined | Config<TState>
-
Parameters
-
args: {
containerId: string;
ignoreUnregistered?: boolean;
}
-
containerId: string
-
Optional
ignoreUnregistered?: boolean
Returns undefined | Config<TState>
If
true
, the method will ignore the container that is not registered yet. Iffalse
, the method will throw an error in such case.