Skip to main content

Interface: InputMultiProps

Defined in: forms/input/inputCommon.tsx:47

Props for a property input accepting multiple values to edit.

Extended by

Properties

PropertyTypeDescription

factory

DataFactory

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

languages

readonly string[]

Languages to author text literals.

Usually provided by MetadataProvider.getLiteralLanguages.

placeholder?

string

Input placeholder text (if applicable).

readonly?

boolean

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

shape

MetadataPropertyShape

Property shape metadata.

updateValues

(updater) => void

Sets the current list (or set) of values for the edited property.

values

readonly (Literal | NamedNode<string>)[]

Current list (or set) of values for the edited property.