Skip to main content

Interface: FormInputMultiProps

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

Props for a property input accepting multiple values to edit.

See

FormInputOrDefaultResolver

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.

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.