AnalysisLayerCustomAction

data class AnalysisLayerCustomAction(val actionOperations: List<AnalysisLayerCustomActionOperation>, val customActionId: String, val name: String, val status: AnalysisWidgetStatus? = null, val trigger: AnalysisLayerCustomActionTrigger)

Constructors

Link copied to clipboard
constructor(actionOperations: List<AnalysisLayerCustomActionOperation>, customActionId: String, name: String, status: AnalysisWidgetStatus? = null, trigger: AnalysisLayerCustomActionTrigger)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of LayerCustomActionOperations . This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

Link copied to clipboard

The ID of the custom action.

Link copied to clipboard

The name of the custom action.

Link copied to clipboard

The status of the LayerCustomAction .

Link copied to clipboard

The trigger of the LayerCustomAction . Valid values are defined as follows: