package incr_dom
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
For starting up an Incr_dom
app.
val start :
?debug:bool ->
?stop:unit Async_kernel.Deferred.t ->
bind_to_element_with_id:string ->
initial_model:'model ->
(module App_intf.S with type Model.t = 'model) ->
unit
start
initializes a new application, including starting up Async and waiting for the initial creation of the DOM. bind_to_element_with_id
determines which element the UI will be bound in to. In other words, the DOM returned by App.view
will replace that element.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>