File

projects/netgrif-components-core/src/lib/search/models/escape-result.ts

Description

Result from the escapeInput() function.

Index

Properties

Properties

value
value: string
Type : string

The escaped value.

wasEscaped
wasEscaped: boolean
Type : boolean

Whether some characters had been escaped or not.

export interface EscapeResult {
    /**
     * The escaped value.
     */
    value: string;

    /**
     * Whether some characters had been escaped or not.
     */
    wasEscaped: boolean;
}

result-matching ""

    No results matching ""