File size: 737 Bytes
e8993c5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
value: list[
        list[
            str
            | tuple[str]
            | tuple[str | pathlib.Path, str]
            | None
        ]
    ]
    | Callable
    | None
label: str | None
every: float | None
show_label: bool | None
container: bool
scale: int | None
min_width: int
visible: bool
elem_id: str | None
elem_classes: list[str] | str | None
render: bool
height: int | None
latex_delimiters: list[dict[str, str | bool]] | None
rtl: bool
show_share_button: bool | None
show_copy_button: bool
avatar_images: tuple[
        str | pathlib.Path | None, str | pathlib.Path | None
    ]
    | None
sanitize_html: bool
render_markdown: bool
bubble_full_width: bool
line_breaks: bool
likeable: bool
layout: "panel" | "bubble" | None