Preparing search index...
The search index is not available
@salesforce/ts-types
@salesforce/ts-types
NonOptional
Type Alias NonOptional<T>
Non
Optional
<
T
>
:
T
extends
undefined
?
never
:
T
Subtracts
undefined
from any union type
T
. This is the opposite of
Optional
.
Type Parameters
T
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
@salesforce/ts-types
Loading...
Subtracts
undefined
from any union typeT
. This is the opposite of Optional.