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

    Type Alias StyleOpInfo

    StyleOpInfo represents the information of the style operation.

    type StyleOpInfo = {
        from: number;
        path: string;
        to: number;
        type: "style";
        value: { attributes: Indexable };
    }
    Index

    Properties

    Properties

    from: number
    path: string
    to: number
    type: "style"
    value: { attributes: Indexable }