Interface IOobTargetable
- Namespace
- Htmx.Components.Models
- Assembly
- Htmx.Components.dll
Represents a model that can provide targeting information for HTMX out-of-band (OOB) updates. Models implementing this interface can specify where and how their rendered content should be placed in the DOM.
public interface IOobTargetable
- Extension Methods
Properties
TargetDisposition
Gets the disposition that determines how the rendered content should be positioned relative to the target element.
OobTargetDisposition? TargetDisposition { get; }
Property Value
TargetSelector
Gets the CSS selector that identifies the target element for the out-of-band update.
string? TargetSelector { get; }