Package version:

Interface ComputedProperty

interface ComputedProperty {
    name: string;
    query: string;
    [key: string]: any;
}

Indexable

  • [key: string]: any

Properties

Properties

name: string

The name of the computed property. Name of the computed property should be chosen such that it does not collide with any existing or future document properties.

query: string