Preparing search index...
The search index is not available
hap-nodejs
hap-nodejs
PartialAllowingNull
Type Alias PartialAllowingNull<T>
Partial
Allowing
Null
<
T
>
:
{
[
P
in
keyof
T
]
?:
T
[
P
]
|
null
}
Like TypeScripts
Partial
but allowing null as a value.
Type Parameters
T
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
hap-nodejs
Loading...
Like TypeScripts
Partial
but allowing null as a value.