package slipshow

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

Module Actions_arguments.PauseSource

Sourceval on : string
Sourceval action_name : string
Sourcetype args = [
  1. | `Self
  2. | `Ids of string W.node list
]
Sourceval parse_args : string -> ([ `Ids of (string * (int * int)) list | `Self ] * Actions_arguments__.Warnings.warnor list, [> `Msg of string ]) result