@nextcloud/router
    Preparing search index...

    Interface UrlOptions

    Options for URL parameter replacement

    interface UrlOptions {
        baseURL?: string;
        escape?: boolean;
        noRewrite?: boolean;
        ocsVersion?: number;
    }
    Index

    Properties

    baseURL?: string

    URL to use as a base (defaults to current instance)

    ''
    
    escape?: boolean

    Set to false if parameters should not be URL encoded

    true
    
    noRewrite?: boolean

    True if you want to force index.php being added

    false
    
    ocsVersion?: number

    OCS version to use

    2