json-joy
    Preparing search index...

    Class OpStrDel

    Hierarchy

    • AbstractOp<"str_del">
      • OpStrDel
    Index

    Constructors

    • Parameters

      • path: Path
      • pos: number
      • str: undefined | string
      • len: undefined | number

      Returns OpStrDel

    Properties

    from?: Path
    len: undefined | number
    path: Path
    pos: number
    str: undefined | string

    Methods

    • Parameters

      • doc: unknown

      Returns { doc: unknown; old: string }

    • Parameters

      • encoder: IMessagePackEncoder
      • Optionalparent: AbstractOp<OpType>

      Returns void

    • Parameters

      • parent: undefined | AbstractOp<OpType>
      • verbose: boolean

      Returns CompactStrDelOp