Gets the properties from the EnvironmentState.
The EnvironmentStore.
Optional
queryConfig: null | EnvironmentQueryConfigConfiguration parameters for EnvironmentQuery.
Checks if all the EnvironmentState property paths are available for resolution.
true
if all the EnvironmentState property paths exists, otherwise false
.
Rest
...paths: AtLeastOne<Path>The list of EnvironmentState property paths to resolve.
Checks if all the EnvironmentState property paths are available for resolution.
distinct true
as Observable if all the EnvironmentState property paths exists, otherwise false
.
Rest
...paths: AtLeastOne<Path>The list of EnvironmentState property paths to resolve.
Checks if all the EnvironmentState property paths are available for resolution.
The first true
as Promise when all EnvironmentState property paths exists.
Rest
...paths: AtLeastOne<Path>The list of EnvironmentState property paths to resolve.
Checks if some EnvironmentState property paths are available for resolution.
true
if some EnvironmentState property paths exists, otherwise false
.
Rest
...paths: AtLeastOne<Path>The list of EnvironmentState property paths to resolve.
Checks if some EnvironmentState property paths are available for resolution.
distinct true
as Observable if some EnvironmentState property paths exists, otherwise false
.
Rest
...paths: AtLeastOne<Path>The list of EnvironmentState property paths to resolve.
Checks if some EnvironmentState property paths are available for resolution.
The first true
as Promise when some EnvironmentState property paths exists.
Rest
...paths: AtLeastOne<Path>The list of EnvironmentState property paths to resolve.
Gets the EnvironmentState property value.
The converted EnvironmentState property at path.
The EnvironmentState path to resolve.
Optional
options: GetOptions<T, K>The options to get a property.
Gets the EnvironmentState property value.
The converted distinct EnvironmentState property at path as Observable.
The EnvironmentState path to resolve.
Optional
options: GetOptionsReactive<T, K>The options to get a property.
Gets all the EnvironmentState properties.
All the EnvironmentState properties.
Gets all the EnvironmentState properties.
All the distinct EnvironmentState properties as Observable.
Gets all the EnvironmentState properties.
The first non nil or empty set of EnvironmentState properties as Promise.
Gets the EnvironmentState property value.
The first converted non nil EnvironmentState property at path or undefined as Promise.
The EnvironmentState path to resolve.
Optional
options: GetOptionsAsync<T, K> & { The options to get a property.
Generated using TypeDoc
Gets the properties from the EnvironmentState.