TypeKeyOf Module
Functions and values
| Function or value |
Description
|
Alias for
|
|
Full Usage:
create path
Parameters:
'T -> 'ReturnType
Returns: typekeyof<'T, 'ReturnType>
Modifiers: inline Type parameters: 'T, 'ReturnType |
Create a path key. You should not access nested properties directly.
|
Full Usage:
item key obj
Parameters:
typekeyof<'T, 'ReturnType>
-
The path key
obj : 'T
-
Object being accessed
Returns: 'ReturnType
Modifiers: inline Type parameters: 'T, 'ReturnType |
Access a property of an object using a path.
|
|