Type alias RebaseHandlerCallback

RebaseHandlerCallback: ((rebasedPath?) => void)

Type declaration

    • (rebasedPath?): void
    • Parameters

      • Optional rebasedPath: false | null | string

        The rebased path of the asset. When false, the asset will not be rebased. When either null or undefined, the asset will be rebased using the default rebasing logic. When a string, the asset will be rebased to that string.

      Returns void

Generated using TypeDoc