Module Values_0.ImageCustomActionSource

A custom action defined on an image.

Sourcetype nonrec t = {
  1. customActionId : ShortRestrictiveResourceId.t;
    (*

    The ID of the custom action.

    *)
  2. name : ImageCustomActionName.t;
    (*

    The name of the custom action.

    *)
  3. status : WidgetStatus.t option;
    (*

    The status of the custom action.

    *)
  4. trigger : ImageCustomActionTrigger.t;
    (*

    The trigger of the VisualCustomAction. Valid values are defined as follows: CLICK: Initiates a custom action by a left pointer click on a data point. MENU: Initiates a custom action by right pointer click from the menu.

    *)
  5. actionOperations : ImageCustomActionOperationList.t;
    (*

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

    *)
}
Sourceval context_ : string
Sourceval make : ?status:??? -> customActionId:ShortRestrictiveResourceId.t -> name:ImageCustomActionName.t -> trigger:ImageCustomActionTrigger.t -> actionOperations:ImageCustomActionOperationList.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `String of ParameterName.t | `Structure of (string * [> `Enum of string | `String of String_.t | `Structure of (string * [> `Boolean of BooleanObject.t | `String of DataSetIdentifier.t | `Structure of (string * [> `List of [> `Double of SensitiveDoubleObject.t | `Long of SensitiveLongObject.t | `String of SensitiveStringObject.t | `Timestamp of SensitiveTimestamp.t ] list ]) list ]) list ]) list ]) list ] list | `String of URLOperationTemplate.t | `Structure of (string * [> `String of ShortRestrictiveResourceId.t ]) list ]) list ]) list ] list | `String of ShortRestrictiveResourceId.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t