Simple Robot 组件 | KOOK
Toggle table of contents
4.1.2-SNAPSHOT
common
Platform filter
common
Switch theme
Search in API
Simple Robot 组件 | KOOK
simbot-component-kook-api
/
love.forte.simbot.kook.objects.kmd
/
KookMarkdownGrammar
/
Source
Source
sealed
class
Source
(
val
name
:
String
)
(
source
)
KMarkdown 的语法来源。
Inheritors
Markdown
Kook
Custom
Members
Constructors
Source
Link copied to clipboard
protected
constructor
(
name
:
String
)
Types
Custom
Link copied to clipboard
data
class
Custom
(
val
name
:
String
)
:
KookMarkdownGrammar.Source
其他自定义
Kook
Link copied to clipboard
sealed
class
Kook
(
val
name
:
String
)
:
KookMarkdownGrammar.Source
来源 - Kook 官方
Markdown
Link copied to clipboard
data
object
Markdown
:
KookMarkdownGrammar.Source
来源 - markdown官方
Properties
name
Link copied to clipboard
open
val
name
:
String