@resistdesign/voltra
    Preparing search index...

    Function getPathString

    • Get the path string from path segments.

      Parameters

      • parts: any[] = []

        Path segments to join.

      • delimiter: string = PATH_DELIMITER

        Delimiter used to join the path.

      • filterEmptyInput: boolean = false

        Whether to remove empty input segments.

      • useJson: boolean = true

        Whether to JSON-stringify each segment.

      • uriEncodeParts: boolean = false

        Whether to URI-encode each segment.

      Returns string

      Joined path string.