Package-level declarations

Types

Link copied to clipboard
sealed class DatastarEvent
Link copied to clipboard
class Fragment : AbstractValue<String>

Represents a Fragment which contains no surrounding whitespace or inline newlines

Link copied to clipboard
Link copied to clipboard
class Script : AbstractValue<String>

Represents a script to be executed on the client.

Link copied to clipboard
class Selector : AbstractValue<String>

Selects the target element of the merge process using a CSS selector.

Link copied to clipboard
class SettleDuration : AbstractValue<Duration>

Settles the element after 1000ms, useful for transitions

Link copied to clipboard
class Signal : AbstractValue<String>

Represents a signal to be sent to the client - this is a JSON representation.

Link copied to clipboard
class SignalPath : AbstractValue<String>

Represents a path to a value in a data store.