File

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

Description

Result from the wrapInputWithQuotes() function.

Index

Properties

Properties

value
value: string
Type : string

The value wrapped with double quotes "

wasWrapped
wasWrapped: boolean
Type : boolean

Whether the value was wrapped or not

export interface WrapResult {
    /**
     * The value wrapped with double quotes `"`
     */
    value: string;

    /**
     * Whether the value was wrapped or not
     */
    wasWrapped: boolean;
}

result-matching ""

    No results matching ""