object
  method get_title : string
  method has_error : bool
  method interactive : bool
  method set_descr : 'Wp.Tactical.formatter
  method set_error : 'Wp.Tactical.formatter
  method set_title : 'Wp.Tactical.formatter
  method update_field :
    ?enabled:bool ->
    ?title:string ->
    ?tooltip:string ->
    ?range:bool ->
    ?vmin:int ->
    ?vmax:int ->
    ?filter:(Wp.Lang.F.term -> bool) -> 'Wp.Tactical.field -> unit
end