Module

situationalAwareness/environment

Provides a possibility to work with an environment summary screen.

View Source environment-summary/environment-summary-actions.js, line 8

Methods

# static load(flowId)

Spawn the processes to loads the data for all sections for environment summary screen.

Parameters:
Name Type Description
flowId string

The unique Id of opened tab

Properties:
Name Type Description
type string

LOAD

View Source environment-summary/environment-summary-actions.js, line 23

# static refresh(flowId)

Spawn the processes to refresh the data for all sections for environment summary screen.

Parameters:
Name Type Description
flowId string

The unique Id of opened tab

Properties:
Name Type Description
type string

REFRESH

View Source environment-summary/environment-summary-actions.js, line 35