This is the stored item in the repository.

All properties should be simple scalar types. Strings are safe and good.

Complex values can be serialized as JSON string inside the target property.

Any inner value which you want to be able to search should be a property here. Otherwise you would need to parse the JSON on every search item iteration -- which would be pretty bad for performance.

If you want your search to be case insensitive for example, you can lowercase the string in the link property.

Hierarchy

Properties

Properties

id: string

Unique ID

target: string

Current item data as JSON string

Generated using TypeDoc