Skip to main content

Interface: DefaultDataLocaleProviderOptions

Defined in: editor/dataLocaleProvider.ts:46

Options for DefaultDataLocaleProvider.

Properties

PropertyModifierTypeDescription

imageProperties?

readonly

readonly PropertyTypeIri[]

Property IRIs to select image URL from for an entity.

The first found value of a property in the sequence is selected as an entity image.

Default

["http://schema.org/thumbnailUrl"]

labelProperties?

readonly

readonly PropertyTypeIri[]

Property IRIs to select labels from for an entity.

The values of a first property in the sequence with a non-empty value set are selected.

Default

["http://www.w3.org/2000/01/rdf-schema#label"]

model

readonly

DataDiagramModel

Provided DataDiagramModel with the diagram content.

translation

readonly

Translation

Provided Translation for i18n strings and language-based selection.