package cordova-plugin-clipboard

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val copy : string -> ?success_cb:(unit -> unit) -> ?error_cb:(string -> unit) -> unit -> unit
val paste : (string -> unit) -> ?error_cb:(string -> unit) -> unit -> unit