• Preparing search index...
  • The search index is not available
Community Solid Server - v7.1.7
  • Community Solid Server
  • extendVocabulary

Function extendVocabulary

  • extendVocabulary<TBase, TLocal, TNew>(vocabulary, ...newNames): ReturnType<typeof createVocabulary>
  • Creates a new Vocabulary that extends an existing one by adding new local names.

    Type Parameters

    • TBase extends string
    • TLocal extends string
    • TNew extends string

    Parameters

    • vocabulary: Vocabulary<TBase, TLocal>

      The Vocabulary to extend.

    • Rest...newNames: TNew[]

      The new local names that need to be added.

    Returns ReturnType<typeof createVocabulary>

    • Defined in src/util/Vocabularies.ts:95

Settings

Member Visibility
Community Solid Server - v7.1.7
  • Loading...