libram
    Preparing search index...

    Variable $itemsConst

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

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

    Type Declaration

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

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

        Returns Item[]

    • all: function