Skip to content

RootOptions

RootOptions = object

Defined in: packages/astro-github-loader/src/github.types.ts:85

Represents configuration options for all tree operations.

Properties

basePath?

optional basePath: string

Defined in: packages/astro-github-loader/src/github.types.ts:102

Represents the base path for constructing URLs or accessing a specific directory. This optional string value can be set to define the root path for operations that require a prefixed path.


owner

owner: string

Defined in: packages/astro-github-loader/src/github.types.ts:89

Repository owner


path?

optional path: string

Defined in: packages/astro-github-loader/src/github.types.ts:106

The path relative to the repository name and owner


ref?

optional ref: string

Defined in: packages/astro-github-loader/src/github.types.ts:110

A specific reference in Github


replace?

optional replace: string

Defined in: packages/astro-github-loader/src/github.types.ts:97

An optional string that specifies the replacement selector


repo

repo: string

Defined in: packages/astro-github-loader/src/github.types.ts:93

Repository Name