Skip to main content

Interface: InputListProps

Defined in: forms/input/inputList.tsx:18

Props for InputList component.

See

InputList

Extends

Properties

PropertyTypeDescriptionInherited from

factory

DataFactory

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

InputMultiProps.factory

languages

readonly string[]

Languages to author text literals.

Usually provided by MetadataProvider.getLiteralLanguages.

InputMultiProps.languages

placeholder?

string

Input placeholder text (if applicable).

InputMultiProps.placeholder

readonly?

boolean

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

InputMultiProps.readonly

shape

MetadataPropertyShape

Property shape metadata.

InputMultiProps.shape

updateValues

(updater) => void

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

InputMultiProps.updateValues

valueInput

ElementType<InputSingleProps>

Form input component type to edit each property value.

values

readonly (Literal | NamedNode<string>)[]

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

InputMultiProps.values