EmptyObject uses ConstantsTrait
The empty AQL object literal, in its compact and spaced renderings.
Used as the default document/expression when none is supplied, and as the output of aqlDocument() for an empty input.
Tags
Table of Contents
Constants
- COMPACT : string = '{}'
- The compact empty object literal: `{}`.
- SPACED : string = '{ }'
- The spaced empty object literal: `{ }`.
Constants
COMPACT
The compact empty object literal: `{}`.
public
string
COMPACT
= '{}'
SPACED
The spaced empty object literal: `{ }`.
public
string
SPACED
= '{ }'