- Preparing search index...
- The search index is not available
mona-dish
- assignIf<T>(condition: boolean, target: {
[key: string]: any;
}, ...accessPath: string[]): IValueHolder<T>
-
Parameters
-
condition: boolean
-
target: {
[key: string]: any;
}
-
Rest
...accessPath: string[]
uses the known pattern from config assign(target, key1, key2, key3).value = value;