RemoveFragments

data class RemoveFragments(val selector: Selector, val id: SseEventId? = null) : DatastarEvent

The datastar-remove-fragments event is used to remove HTML fragments that match the provided selector from the DOM.

Constructors

Link copied to clipboard
constructor(selector: Selector, id: SseEventId? = null)

Properties

Link copied to clipboard
Link copied to clipboard
open override val id: SseEventId? = null
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard