Interface WindowReloadOptions

interface WindowReloadOptions {
    hash?: string;
    search?: WindowSearchParams;
}

Properties

Properties

hash?: string