Prism API - v2.0.0-alpha.1
    Preparing search index...

    Interface LanguageOptions

    interface LanguageOptions {
        id?: string;
        inner?: Language;
    }
    Index
    id?: string

    The id of the language instance. Defaults to the id of the definition.

    inner?: Language

    The inner language. null means none. If omitted, the default inner language of the definition is used.