module String: functor (
X
:
sig
include Plugin.Parameter_input_with_arg
val default : string
end
) ->
Plugin.STRING
Build a string option.
Consult the Plugin Development Guide for additional details.
Parameters: |
X |
: |
sig include Parameter_input_with_arg val default: string end
|
|
include Plugin.Parameter
val set_possible_values : string list -> unit
Set what are the acceptable values for this parameter.
If the given list is empty, then all values are acceptable.
Since Beryllium-20090901
val get_possible_values : unit -> string list
What are the acceptable values for this parameter.
If the returned list is empty, then all values are acceptable.
Since Beryllium-20090901