Record Field | Description |
|
|
|
|
|
|
|
|
Static member | Description |
|
|
|
|
|
![]() ![]() ![]() ![]() ![]() ![]() Returns a new DashApp with the given css source links appended to the original IndexView's css register as link tags
|
|
![]() ![]() ![]() ![]() ![]() ![]() Returns a new DashApp with the given script source links appended to the original IndexView's script register as script tags
|
|
|
|
|
|
![]() ![]() ![]() ![]() ![]() ![]() Returns the result of applying an initializer function to a DashApp with all fields initialized with default values.
|
|
![]() ![]() ![]() ![]() ![]() ![]() Returns a new DashApp with a new IndexView created by applying the mapping function to the original IndexView.
|
Full Usage:
DashApp.run args config app
Parameters:
string[]
config : DashGiraffeConfig
app : DashApp
Returns: int
|
|
|
![]() ![]() ![]() ![]() ![]() ![]() Returns the DasApp as a http handler to use as Giraffe middleware in an asp.netcore pipeline. This application will provide the following endpoints: GET / -> serves the DashApps IndexView (This is also where the Das renderer will render the layout) GET /_dash-layout -> serves the DashApp's layout as JSON GET /_dash-dependencies -> serves the serialized callback handlers registered in the DashApp's callback register as JSON GET /_reload-hash -> Not implemented, returns empty JSON object POST /_dash-update-component -> handles callback requests and returns serialized callback JSON responses.
|
Full Usage:
DashApp.withConfig config app
Parameters:
DashConfig
app : DashApp
Returns: DashApp
|
|
|
|
Full Usage:
DashApp.withLayout layout app
Parameters:
DashComponent
app : DashApp
Returns: DashApp
|
|