@sovereignbase/convergent-replicated-text
    Preparing search index...

    Type Alias DOMTranslation

    Represents the CR-Text operations translated from a single DOM input event.

    type DOMTranslation = {
        insert: InsertOperation | false;
        remove: RemoveOperation | false;
    }
    Index

    Properties

    Properties

    insert: InsertOperation | false

    The translated insertion operation, if any.

    remove: RemoveOperation | false

    The translated removal operation, if any.