Options to get an EnvironmentState property as Observable.

Type Parameters

  • T extends NonUndefined<Property>

    The EnvironmentState property type.

  • K = T

    The expected property target type.

Hierarchy

Properties

Custom EnvironmentQuery config for this operation.

defaultValue?: T

Value to resolve if the EnvironmentState property value is undefined.

Template

The EnvironmentState property type.

targetType?: ((value?) => K)

Type declaration

    • (value?): K
    • Converts the EnvironmentState property value to the target type.

      Returns

      The converted value.

      Parameters

      • Optional value: T

        The value of the property at path.

      Returns K

transpile?: EnvironmentState

Properties to resolve the EnvironmentState property value interpolation.

Generated using TypeDoc