class EditorJS::TableDataBlock

Defined in:

editorjs/table_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 content : Array(Array(String)) #

[View source]
def content=(content : Array(Array(String))) #

[View source]
def withHeadings : Bool #

[View source]
def withHeadings=(withHeadings : Bool) #

[View source]