matrix-js-sdk

    Interface ReplacementEvent<T>

    Partial content format of timeline events with rel_type m.replace

    interface ReplacementEvent<T> {
        "m.new_content": T;
        "m.relates_to": { event_id: string; rel_type: Replace };
    }

    Type Parameters

    • T
    Index

    Properties

    "m.new_content": T
    "m.relates_to": { event_id: string; rel_type: Replace }
    MMNEPVFCICPMFPCPTTAAATR