Preparing search index...
The search index is not available
Realm JavaScript - v12.6.1
Realm JavaScript
<internal>
Omit
Type alias Omit<T, K>
Omit
<
T
,
K
>
:
Pick
<
T
,
Exclude
<
keyof
T
,
K
>
>
Construct a type with the properties of T except for those in type K.
Type Parameters
T
K
extends
keyof
any
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Realm JavaScript - v12.6.1
App
AppChangeCallback
AppConfiguration
AppServicesFunction
Auth
BSON
BaseConfiguration
BaseObjectSchema
BaseSyncConfiguration
CanonicalGeoPoint
CanonicalGeoPolygon
CanonicalObjectSchema
CanonicalObjectSchemaProperty
CanonicalPropertiesTypes
CanonicalPropertySchema
ClientResetAfterCallback
ClientResetBeforeCallback
ClientResetConfig
ClientResetDiscardUnsyncedChangesConfiguration
ClientResetFallbackCallback
ClientResetManualConfiguration
Loading...
Generated using
TypeDoc
Construct a type with the properties of T except for those in type K.