linXiv frontend (TS/JS)
Preparing search index...
types/generated
PaperDetails
Type Alias PaperDetails
type
PaperDetails
=
{
authors
:
string
[]
;
categories
:
string
[]
;
category
:
string
|
null
;
comment
:
string
|
null
;
doi
:
string
|
null
;
downloaded_source
:
boolean
;
has_pdf
:
boolean
;
journal_ref
:
string
|
null
;
paper_id
:
number
;
pdf_path
:
string
|
null
;
published
:
string
|
null
;
source
:
string
|
null
;
source_fk
:
number
;
source_id
:
string
;
summary
:
string
|
null
;
tags
:
string
[]
;
title
:
string
;
updated
:
string
|
null
;
url
:
string
|
null
;
version
:
number
;
}
Index
Properties
authors
categories
category
comment
doi
downloaded_
source
has_
pdf
journal_
ref
paper_
id
pdf_
path
published
source
source_
fk
source_
id
summary
tags
title
updated
url
version
Properties
authors
authors
:
string
[]
categories
categories
:
string
[]
category
category
:
string
|
null
comment
comment
:
string
|
null
doi
doi
:
string
|
null
downloaded_
source
downloaded_source
:
boolean
has_
pdf
has_pdf
:
boolean
journal_
ref
journal_ref
:
string
|
null
paper_
id
paper_id
:
number
pdf_
path
pdf_path
:
string
|
null
published
published
:
string
|
null
source
source
:
string
|
null
source_
fk
source_fk
:
number
Never null: PAPER.SOURCE_FK is NOT NULL and every reader selects from the
papers
view.
source_
id
source_id
:
string
summary
summary
:
string
|
null
tags
tags
:
string
[]
title
title
:
string
updated
updated
:
string
|
null
url
url
:
string
|
null
version
version
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
authors
categories
category
comment
doi
downloaded_
source
has_
pdf
journal_
ref
paper_
id
pdf_
path
published
source
source_
fk
source_
id
summary
tags
title
updated
url
version
linXiv frontend (TS/JS)
Loading...
Never null: PAPER.SOURCE_FK is NOT NULL and every reader selects from the
papersview.