class
Jrsl::Slide
- Jrsl::Slide
- Reference
- Object
Defined in:
jrsl.crConstructors
Instance Method Summary
- #content : String
- #content=(content : String)
-
#image_cache_key : Tuple(Int32, Int32) | Nil
Dimensions the current rendered_image/kitty_image was rendered for; a mismatch (terminal resize) triggers re-rendering
-
#image_cache_key=(image_cache_key : Tuple(Int32, Int32) | Nil)
Dimensions the current rendered_image/kitty_image was rendered for; a mismatch (terminal resize) triggers re-rendering
- #image_h_position : String
- #image_h_position=(image_h_position : String)
- #image_max_height : Int32 | Nil
- #image_max_height=(image_max_height : Int32 | Nil)
- #image_path : String | Nil
- #image_path=(image_path : String | Nil)
- #image_position : String
- #image_position=(image_position : String)
- #kitty_image : Tuple(String, Int32, Int32) | Nil
- #kitty_image=(kitty_image : Tuple(String, Int32, Int32) | Nil)
- #markdown_element : MarkdownElement | Nil
- #markdown_element=(markdown_element : MarkdownElement | Nil)
- #rendered_image : Tuple(String, Int32, Int32) | Nil
- #rendered_image=(rendered_image : Tuple(String, Int32, Int32) | Nil)
- #title : String
- #title=(title : String)
Constructor Detail
Instance Method Detail
def image_cache_key : Tuple(Int32, Int32) | Nil
#
Dimensions the current rendered_image/kitty_image was rendered for; a mismatch (terminal resize) triggers re-rendering
def image_cache_key=(image_cache_key : Tuple(Int32, Int32) | Nil)
#
Dimensions the current rendered_image/kitty_image was rendered for; a mismatch (terminal resize) triggers re-rendering