Skip to content

Interface API

These are the full docstrings for the Interface subsection of Sargassum.jl.

Index

Documentation

Sargassum.interface Method
julia
interface(; reset = false, args...)

Start the interface.

Optional Arguments

  • reset: If true, the interface will be "factory reset" to its default state. This should only be required if the interface code itself has been modified. That is, changing parameters using sliders etc. does not require a reset.

  • args: Passed directly to Pluto.run().

source