Plugins
Covers Engine Plugin SDK 2.0.0 · Interface Plugin SDK 0.2.0
SelectValueProps
Props accepted by the selected-value display.
Import
import type { SelectValueProps } from "@dartwic/interface-sdk/ui";Declaration
export interface SelectValueProps extends HostComponentProps {
/** Content shown while no value is selected. */
placeholder?: HostNode;
}Members
| Name | Type | Requirement | Description |
|---|---|---|---|
placeholder | HostNode | Optional | Content shown while no value is selected. |