Type alias Options

Options: {
    rebase?: RebaseHandler;
}

Type declaration

  • Optional rebase?: RebaseHandler

    The handler invoked to resolve the rebased path of the asset. Takes precedence over the default rebasing logic.

Generated using TypeDoc