abstract class EditorJS::EditorBlock

Overview

each editorblock type will be a subclass of EditorBlock and will need to implement the "data" property

Included Modules

Direct Known Subclasses

Defined in:

editorjs/blocks.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def id : String #

[View source]
def id=(id : String) #

[View source]
def type : String #

[View source]
def type=(type : String) #

[View source]