phoenix_live_view
    Preparing search index...

    Type Alias NavigationOpts

    type NavigationOpts = {
        replace?: boolean;
    }
    Index

    Properties

    Properties

    replace?: boolean

    Whether to replace the current history entry instead of pushing a new one.