Interface SpliceUrlParamOptions

interface SpliceUrlParamOptions {
    covert?: boolean;
    encode?: boolean;
    withQuestionsMark?: boolean;
}

Properties

covert?: boolean
encode?: boolean
withQuestionsMark?: boolean