HasFormBinding

Interface for objects that have access to form binding operations.

This interface provides access to the internal form binding for objects that need to interact with the form's low-level operations. This is typically implemented by form-related components and controls.

Parameters

T

The type of the form data.

Inheritors

Properties

Link copied to clipboard
abstract val binding: FormBinding<T>

The form binding that provides access to form operations.