libram
    Preparing search index...

    Variable $pathsConst

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

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

    Type Declaration

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

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

        Returns Path[]

    • all: function