Sanity Library Reference Docs
    Preparing search index...

    Interface LinkProps

    Props for the Link component.

    interface LinkProps {
        replace?: boolean;
    }
    Index

    Properties

    Properties

    replace?: boolean

    Whether to replace the current URL in the browser history instead of adding a new entry.