Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Paje.SSourceThe output signature of Paje.Make, that is type-safe interface to Pajé functions.
val create_container :
name:name ->
typ:container_type ->
?container:name ->
?alias:alias ->
properties ->
propertiesval destroy_container :
name:name ->
typ:container_type ->
properties ->
propertiesval set_state :
typ:state_type ->
container:name ->
value:string ->
properties ->
propertiesval push_state :
typ:state_type ->
container:name ->
value:string ->
properties ->
propertiesval pop_state : typ:state_type -> container:name -> properties -> propertiesval reset_state : typ:state_type -> container:name -> properties -> propertiesval new_event :
typ:event_type ->
container:name ->
value:string ->
properties ->
propertiesval set_variable :
typ:variable_type ->
container:name ->
value:float ->
properties ->
propertiesval add_variable :
typ:variable_type ->
container:name ->
value:float ->
properties ->
propertiesval sub_variable :
typ:variable_type ->
container:name ->
value:float ->
properties ->
propertiesval start_link :
typ:link_type ->
container:name ->
start_container:name ->
value:string ->
key:string ->
properties ->
propertiesval end_link :
typ:link_type ->
container:name ->
end_container:name ->
value:string ->
key:string ->
properties ->
properties