Immertation
    Preparing search index...

    Class Annotation<T>

    Wrapper for values being tracked with pending operations.

    Type Parameters

    • T

      The wrapped value type

    Index

    Constructors

    Properties

    "[DRAFTABLE]": boolean = true
    operation: Operation
    process: symbol | null = null
    property: Property = null
    value: T
    keys: Set<string> = ...

    Methods