Skip to main content

Interface: FormInputSingleProps

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

Props for a property input accepting a single value 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.

setValue

(value) => void

Sets the current value for the edited property.

shape

MetadataPropertyShape

Property shape metadata.

value

Literal | NamedNode<string>

Current value for the edited property.