@eagleoutice/flowr - v2.13.14
Preparing search index...
src/r-bridge/lang-4.x/ast/parser/json/format
<internal>
Entry
Interface Entry
Entry type - shared between CSV and JSON entries. These include position, token, and text.
interface
Entry
{
col1
:
number
;
col2
:
number
;
line1
:
number
;
line2
:
number
;
text
:
string
;
token
:
string
;
[
key
:
string
]:
unknown
;
}
Hierarchy (
View Summary
)
Record
<
string
,
unknown
>
Entry
CsvEntry
JsonEntry
Indexable
[
key
:
string
]:
unknown
Index
Properties
col1
col2
line1
line2
text
token
Properties
Readonly
col1
col1
:
number
Readonly
col2
col2
:
number
Readonly
line1
line1
:
number
Readonly
line2
line2
:
number
Readonly
text
text
:
string
Readonly
token
token
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
col1
col2
line1
line2
text
token
@eagleoutice/flowr - v2.13.14
Loading...
Entry type - shared between CSV and JSON entries. These include position, token, and text.