package slipshow

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Actions_arguments.EnterSource

Sourcetype args = {
  1. margin : float option;
  2. duration : float option;
  3. target : id_or_self;
}
include S with type args := args
Sourceval on : string
Sourceval action_name : string
Sourceval parse_args : string -> (args W.t, [> `Msg of string ]) result