class EditorJS::ImageDataBlock
- EditorJS::ImageDataBlock
- EditorJS::DataBlock
- Reference
- Object
Defined in:
editorjs/image_block.crConstructors
- .new(url : String, caption : String, withBorder : Bool, withBackground : Bool, stretched : Bool)
- .new(pull : JSON::PullParser)
- .new
Instance Method Summary
- #caption : String
- #caption=(caption : String)
- #stretched : Bool
- #stretched=(stretched : Bool)
- #url : String
- #url=(url : String)
- #withBackground : Bool
- #withBackground=(withBackground : Bool)
- #withBorder : Bool
- #withBorder=(withBorder : Bool)