Options
All
  • Public
  • Public/Protected
  • All
Menu

The Document definition for FogExploration. Defines the DataSchema and common behaviors for FogExploration which are shared between both client and server.

mixes

FogExplorationData

memberof

documents

param data

Initial data from which to construct the FogExploration

param context

Construction context options

Hierarchy

Index

Constructors

Methods

  • _preUpdate(changed: any, options: any, user: any): Promise<void>
  • Perform preliminary operations before a Document of this type is updated. Pre-update operations only occur for the client which requested the operation.

    Parameters

    • changed: any

      The differential data that is changed relative to the documents prior values

    • options: any

      Additional options which modify the update request

    • user: any

      The User requesting the document update

    Returns Promise<void>

  • #canModify(user: any, doc: any): any
  • Test whether a User can modify a FogExploration document.

    Parameters

    • user: any
    • doc: any

    Returns any

Properties

metadata: any = ...

Default metadata which applies to each instance of this Document type.