@dxos/client
    Preparing search index...

    Variable getTextInRangeConst

    getTextInRange: (
        accessor: DocAccessor,
        start: string,
        end: string,
    ) => string | undefined

    Return the text value between two cursor positions.

    Type declaration

      • (accessor: DocAccessor, start: string, end: string): string | undefined
      • Parameters

        Returns string | undefined