Type alias DoSyncLocationBarParams

DoSyncLocationBarParams: {
    getUrl: (() => string);
    replace?: boolean;
    url: string;
    wdw?: WindowLike;
}

Used internally.

Type declaration

  • getUrl: (() => string)
      • (): string
      • Returns string

  • Optional replace?: boolean
  • url: string
  • Optional wdw?: WindowLike

Generated using TypeDoc