Skip to main content

Interface: InputSelectProps

Defined in: forms/input/inputSelect.tsx:13

Props for InputSelect component.

See

InputSelect

Extends

Properties

PropertyTypeDescriptionInherited from

factory

DataFactory

RDF/JS-compatible term factory to create RDF terms.

InputSingleProps.factory

languages

readonly string[]

Languages to author text literals.

Usually provided by MetadataProvider.getLiteralLanguages.

InputSingleProps.languages

placeholder?

string

Input placeholder text (if applicable).

InputSingleProps.placeholder

readonly?

boolean

Whether the property input should be read-only (disabled).

InputSingleProps.readonly

setValue

(value) => void

Sets the current value for the edited property.

InputSingleProps.setValue

shape

MetadataPropertyShape

Property shape metadata.

InputSingleProps.shape

value

Literal | NamedNode<string>

Current value for the edited property.

InputSingleProps.value

variants

readonly InputSelectVariant[]

Ordered list of variants to select from.