@yorkie-js/sdk
    Preparing search index...

    Type Alias WrappedElement<T, A>

    WrappedElement:
        | Primitive
        | JSONObject<T>
        | JSONArray<T>
        | Text<A>
        | Counter
        | Tree

    WrappedElement is a wrapper of JSONElement that provides getID().

    Type Parameters