Home > @activeviam/activeui-sdk > Quoting
Quoting enum
Signature:
export declare enum Quoting
Enumeration Members
| Member | Value | Description |
|---|---|---|
| AMP_QUOTED | "AMP_QUOTED" | Identifier quoted with an ampersand to indicate a key value, for example the second segment in [Geography].&[France]. |
| QUOTED | "QUOTED" | Quoted identifier, for example [Geography]. |
| UNQUOTED | "UNQUOTED" | Unquoted identifier, for example Geography. |