slipshow.actions_arguments
Actions_arguments
slipshow
slipshow.communication
slipshow.datafiles
slipshow.diagnosis
slipshow.highlightjs
slipshow.katex
slipshow.mermaid
slipshow.previewer
slipshow.server_assets
slipshow.slipshow_communication
module W : sig ... end
type id_or_self = [
| `Self
| `Id of string W.node
]
type ids_or_self = [
| `Ids of string W.node list
module type S = sig ... end
module Pause : sig ... end
module type Move = sig ... end
module Move (X : sig ... end) : Move
module Up : Move
module Down : Move
module Center : Move
module Scroll : Move
module Enter : Move
module type SetClass = S with type args = ids_or_self
module SetClass (X : sig ... end) : SetClass
module Unstatic : SetClass
module Static : SetClass
module Reveal : SetClass
module Unreveal : SetClass
module Emph : SetClass
module Unemph : SetClass
module Step : sig ... end
module Focus : sig ... end
module Unfocus : sig ... end
module Speaker_note : sig ... end
module Play_media : sig ... end
module Change_page : sig ... end
module Draw : sig ... end
module Clear_draw : sig ... end
module Execute : sig ... end
val all_actions : (module S) list