Washedashore commited on
Commit
e8993c5
1 Parent(s): 55abd0a

Create parameters

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