@asciidoctor/core
Preparing search index...
Footnote
Class Footnote
Index
Constructors
constructor
Properties
id
index
text
Methods
get
Id
get
Index
get
Text
Constructors
constructor
new
Footnote
(
index
:
any
,
id
:
any
,
text
:
any
)
:
Footnote
Parameters
index
:
any
id
:
any
text
:
any
Returns
Footnote
Properties
id
id
:
any
index
index
:
any
text
text
:
any
Methods
get
Id
getId
()
:
string
Returns
string
the id of this footnote, or null if not set.
get
Index
getIndex
()
:
number
Returns
number
the index of this footnote.
get
Text
getText
()
:
string
Returns
string
the text of this footnote.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
id
index
text
Methods
get
Id
get
Index
get
Text
@asciidoctor/core
Loading...