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

    Type Alias JSONElement

    JSONElement represents the result of Element.toJSForTest().

    type JSONElement = {
        createdAt: string;
        key?: string;
        type: JSONElementType;
        value: JSONElementValue;
    }
    Index

    Properties

    createdAt: string
    key?: string
    type: JSONElementType
    value: JSONElementValue