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

NameTypeRequirementDescription
placeholderHostNodeOptionalContent shown while no value is selected.