Plugins
Covers Engine Plugin SDK 2.0.0 · Interface Plugin SDK 0.2.0
SelectContentProps
Props accepted by select popup content.
Import
import type { SelectContentProps } from "@dartwic/interface-sdk/ui";Declaration
export interface SelectContentProps extends HostComponentProps {
/** Popup positioning strategy. */
position?: "popper" | "item-aligned" | string;
}Members
| Name | Type | Requirement | Description |
|---|---|---|---|
position | "popper" | "item-aligned" | string | Optional | Popup positioning strategy. |