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::
ChecklistDataEntry
EditorJS::ChecklistDataEntry
Reference
Object
Included Modules
JSON::Serializable
JSON::Serializable::Unmapped
Defined in:
editorjs/checklist_block.cr
Constructors
.new
(pull : JSON::PullParser)
.new
Instance Method Summary
#checked
: Bool
#checked=
(checked : Bool)
#text
: String
#text=
(text : String)
Constructor Detail
def self.
new
(pull : JSON::PullParser)
#
[
View source
]
def self.
new
#
[
View source
]
Instance Method Detail
def
checked
: Bool
#
[
View source
]
def
checked=
(checked : Bool)
#
[
View source
]
def
text
: String
#
[
View source
]
def
text=
(text : String)
#
[
View source
]