Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
editorjs
main
EditorJS
ChecklistBlock
ChecklistDataBlock
ChecklistDataEntry
CodeBlock
CodeDataBlock
DataBlock
DelimiterBlock
DelimiterDataBlock
Document
EditorBlock
HeaderBlock
HeaderDataBlock
ImageBlock
ImageDataBlock
ListBlock
ListDataBlock
ParagraphBlock
ParagraphDataBlock
QuoteBlock
QuoteDataBlock
TableBlock
TableDataBlock
WarningBlock
WarningDataBlock
Generated using Crystal 1.14.0
2024-11-26 07:23:20 UTC
class
EditorJS::
DelimiterBlock
EditorJS::DelimiterBlock
EditorJS::EditorBlock
Reference
Object
Defined in:
editorjs/delimiter_block.cr
Constructors
.new
(pull : JSON::PullParser)
.new
Instance Method Summary
#data
: DelimiterDataBlock
#data=
(data : DelimiterDataBlock)
Instance methods inherited from class
EditorJS::EditorBlock
id : String
id
,
id=(id : String)
id=
,
type : String
type
,
type=(type : String)
type=
Constructor methods inherited from class
EditorJS::EditorBlock
new(pull : JSON::PullParser)
new
Constructor Detail
def self.
new
(pull : JSON::PullParser)
#
[
View source
]
def self.
new
#
[
View source
]
Instance Method Detail
def
data
:
DelimiterDataBlock
#
[
View source
]
def
data=
(data :
DelimiterDataBlock
)
#
[
View source
]