SerenityJS
    Preparing search index...

    Class DataStoreChangeInfoAbstract

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    Methods

    Constructors

    • Default constructor for DataType.

      Parameters

      • ..._: unknown[]

      Returns DataStoreChangeInfo

    Properties

    dataStoreName: string

    The name of the data store that was updated.

    typeId: number

    The type identifier of the data store update.

    Methods

    • Read a value from the stream.

      Parameters

      • _stream: BinaryStream
      • Optional_options: DataTypeOptions

      Returns unknown

      The value read from the stream.

    • Write a value to the stream.

      Parameters

      • _stream: BinaryStream
      • _value: unknown
      • Optional_options: DataTypeOptions

      Returns void