Skip to main content

Interface: FormInputListProps

Defined in: forms/input/formInputList.tsx:19

Props for FormInputList component.

See

FormInputList

Extends

Properties

PropertyTypeDescriptionInherited from

factory

DataFactory

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

FormInputMultiProps.factory

languages

readonly string[]

Languages to author text literals.

Usually provided by MetadataProvider.getLiteralLanguages.

FormInputMultiProps.languages

shape

MetadataPropertyShape

Property shape metadata.

FormInputMultiProps.shape

updateValues

(updater) => void

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

FormInputMultiProps.updateValues

valueInput

ElementType<FormInputSingleProps>

Form input component type to edit each property value.

values

readonly (Literal | NamedNode<string>)[]

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

FormInputMultiProps.values