CallioText API Reference - v0.0.22
文档首页 / Docs Home
Preparing search index...
InlineNode
Interface InlineNode
行内节点。
interface
InlineNode
{
abstract
:
AbstractNode
[]
;
children
:
(
TextNode
|
InlineNode
|
StructNode
)
[]
;
concept
:
string
;
idx
:
string
;
parameters
:
ParameterList
;
type
:
"inline"
;
}
Index
Properties
abstract
children
concept
idx
parameters
type
Properties
abstract
abstract
:
AbstractNode
[]
抽象列表。
children
children
:
(
TextNode
|
InlineNode
|
StructNode
)
[]
子节点列表。
concept
concept
:
string
节点的二级概念
idx
idx
:
string
节点的全局唯一编号
parameters
parameters
:
ParameterList
节点的二级概念参数。
type
type
:
"inline"
节点类型
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
abstract
children
concept
idx
parameters
type
文档首页 / Docs Home
CallioText API Reference - v0.0.22
Loading...
行内节点。