Home > @rezasoltani/solid-typeindex-support > TypeIndexHelper
TypeIndexHelper provides helper methods for working with typeIndexes in Solid. This includes methods for getting and updating a user’s public and private typeIndexes.
Signature:
export declare class TypeIndexHelper
| Method | Modifiers | Description |
|---|---|---|
| getFromTypeIndex(webId, rdfClass, fetch, isPrivate) | static |
Retrieves all instances of the given RDF class from the user’s typeIndexe. |
| registerInTypeIndex(webId, typeRegistrationTitle, rdfClass, fetch, registeryUrl, isContainer, isPrivate) | static |
Registers a typeRegistration in the user’s typeIndexe. |