Options
All
  • Public
  • Public/Protected
  • All
Menu

Gabby Query Protocol - Projection - v1.0.0-beta.3

Index

Type aliases

TProjectableSubjectPropertiesJson

TProjectableSubjectPropertiesJson: { datatype?: TSupportedDatatype; defaultLabel?: string; isSortable?: boolean }

Type declaration

  • Optional datatype?: TSupportedDatatype
  • Optional defaultLabel?: string
  • Optional isSortable?: boolean

TProjectableSubjectsDictionaryJson

TProjectableSubjectsDictionaryJson: {}

Type declaration

TProjectionDictionary

TProjectionDictionary: {}

Type declaration

  • [projectionKey: string]: TProjectionItemProperties

TProjectionProperties

TProjectionProperties: TProjectionItemProperties

TProjectionPropertiesJson

TProjectionPropertiesJson: TProjectionItemPropertiesJson

TProjectionPropertiesUpdatable

TProjectionPropertiesUpdatable: { columnOrder?: number; label?: string; sortOrder?: number }

Type declaration

  • Optional columnOrder?: number
  • Optional label?: string
  • Optional sortOrder?: number

TSupportedDatatype

TSupportedDatatype: "integer" | "decimal" | "datetime" | "string" | "boolean"

Variables

Const EXAMPLE_JSON_BLUE_SKIES

EXAMPLE_JSON_BLUE_SKIES: { projectableSubjectDictionaryJson: TProjectableSubjectsDictionaryJson; projectionJson: TProjectionItemProperties[] } = ...

Type declaration

Const ProjectionEditorFactory

ProjectionEditorFactory: ProjectionImportExportType = ...

Generated using TypeDoc