Plugins
Covers Engine Plugin SDK 2.0.0 · Interface Plugin SDK 0.2.0
LabelProps
Props accepted by a form label.
Import
import type { LabelProps } from "@dartwic/interface-sdk/ui";Declaration
export interface LabelProps extends HostComponentProps {
/** Identifier of the labeled form control. */
htmlFor?: string;
}Members
| Name | Type | Requirement | Description |
|---|---|---|---|
htmlFor | string | Optional | Identifier of the labeled form control. |