Options
All
  • Public
  • Public/Protected
  • All
Menu

Class CrdtFlagImpl

Hierarchy

Implements

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

key

key: ApbBoundObject

parent

Methods

interpretReadResponse

  • interpretReadResponse(readResponse: ApbReadObjectResp): boolean

makeUpdate

  • makeUpdate(operation: ApbUpdateOperation): ApbUpdateOp

read

  • read(): Promise<boolean>

set

  • set(value: boolean): ApbUpdateOp
  • Creates an operation to set the flag to the given value. Use Connection.update to send the update to the database.

    Parameters

    • value: boolean

    Returns ApbUpdateOp

Generated using TypeDoc