module Int: functor (
X
:
sig
val default : int
include Plugin.Parameter_input_with_arg
end
) ->
Plugin.Int
Build an integer option.
Consult the Plugin Development Guide for additional details.
Parameters: |
X |
: |
sig val default: int include Parameter_input_with_arg end
|
|
include Plugin.Parameter
val incr : unit -> unit
Increment the integer.
val set_range : min:int -> max:int -> unit
Set what is the possible range of values for this parameter.
Since Beryllium-20090901
val get_range : unit -> int * int
What is the possible range of values for this parameter.
Since Beryllium-20090901