libram
    Preparing search index...

    Variable $elementsConst

    $elements: {
        all(): Element[];
        (literals: TemplateStringsArray, ...placeholders: string[]): Element[];
    } = ...

    A list of Elements specified by a comma-separated list of names. For a list of all possible Elements, leave the template string blank.

    Type Declaration

      • (literals: TemplateStringsArray, ...placeholders: string[]): Element[]
      • Parameters

        • literals: TemplateStringsArray
        • ...placeholders: string[]

        Returns Element[]

    • all: function