map.apps Bundle APIs 4.20.0
    Preparing search index...

    Interface ExecutionEnvironmentState

    Record for an ExecutionEnvironmentState.

    interface ExecutionEnvironmentState {
        name: string;
        version: string | number | boolean;
    }
    Index

    Properties

    Properties

    name: string

    Name of the ExecutionEnvironment, e.g. ie or ff.

    version: string | number | boolean

    Version as string or a flag to indicate if the Environment is supported or unknown.