OpenAI::DoubleClickAction
Inherits JSON::Serializable < Reference < Object
A double click action.
Constructors
new(pull : JSON::PullParser)
Sourcenew(type_value : DoubleClickActionType = DoubleClickActionType::DoubleClick, x : Int64 = 0, y : Int64 = 0)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
type_value
Specifies the event type. For a double click action, this property is always set to double_click.
type_value=(type_value : DoubleClickActionType)
Specifies the event type. For a double click action, this property is always set to double_click.