class EditorJS::QuoteDataBlock

Defined in:

editorjs/quote_block.cr

Constructors

Instance Method Summary

Constructor methods inherited from class EditorJS::DataBlock

new(pull : JSON::PullParser) new

Constructor Detail

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

[View source]
def self.new #

[View source]

Instance Method Detail

def alignment : String #

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

[View source]
def caption : String #

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

[View source]
def text : String #

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

[View source]