GameboardPieceSourceUrlOptions
Defined in: src/pieces/pieces.ts:301
Options for resolving piece source URLs.
Properties
Section titled “Properties”encode?
Section titled “encode?”
optionalencode?:boolean
Defined in: src/pieces/pieces.ts:307
Encode path components when joining URLs.
sourceRoot?
Section titled “sourceRoot?”
optionalsourceRoot?:string
Defined in: src/pieces/pieces.ts:303
Default root URL or path for source-relative assets.
sourceRoots?
Section titled “sourceRoots?”
optionalsourceRoots?:Readonly<Record<string,string>>
Defined in: src/pieces/pieces.ts:305
Root URL or path by piece source.