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

    Type Alias TextPosStruct

    TextPosStruct represents the structure of RGATreeSplitPos. It is used to serialize and deserialize the RGATreeSplitPos.

    type TextPosStruct = {
        id: { createdAt: TimeTicketStruct; offset: number };
        relativeOffset: number;
    }
    Index

    Properties

    Properties

    id: { createdAt: TimeTicketStruct; offset: number }
    relativeOffset: number