File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -80,14 +80,14 @@ Per-component props override these values.
8080
8181## 🧩 ` <Editor /> ` props
8282
83- | Prop | Type | Default | Description |
84- | ---| ---| ---| ---|
85- | ` session ` | ` string ` | auto | Unique session identifier. Auto-generated from slide number if omitted. |
86- | ` defaultFolder ` | ` string ` | project root | Workspace folder to open. |
87- | ` height ` | ` string ` | ` 100% ` | CSS height of the editor container. |
88- | ` persist ` | ` boolean ` | ` false ` | Keep the session alive when navigating away. |
89- | ` port ` | ` number ` | auto | Force a specific port for this session. |
90- | ` startTimeout ` | ` number ` | ` 30000 ` | Max startup time in ms before the session is marked as failed. |
83+ | Prop | Type | Default | Description |
84+ | --------------- | --------- | ------------ | ----------------------------------------------------------------------- |
85+ | ` session ` | ` string ` | auto | Unique session identifier. Auto-generated from slide number if omitted. |
86+ | ` defaultFolder ` | ` string ` | project root | Workspace folder to open. |
87+ | ` height ` | ` string ` | ` 100% ` | CSS height of the editor container. |
88+ | ` persist ` | ` boolean ` | ` false ` | Keep the session alive when navigating away. |
89+ | ` port ` | ` number ` | auto | Force a specific port for this session. |
90+ | ` startTimeout ` | ` number ` | ` 30000 ` | Max startup time in ms before the session is marked as failed. |
9191
9292## ⚠️ Static exports
9393
Original file line number Diff line number Diff line change 1212 " slidev-addon" ,
1313 " vscode"
1414 ],
15+ "homepage" : " https://github.com/mickaelalvs/slidev-addon-livecode#readme" ,
16+ "bugs" : {
17+ "url" : " https://github.com/mickaelalvs/slidev-addon-livecode/issues"
18+ },
1519 "license" : " MIT" ,
1620 "author" : " Mickaël Alves" ,
1721 "repository" : {
1822 "type" : " git" ,
1923 "url" : " https://github.com/mickaelalvs/slidev-addon-livecode.git"
2024 },
21- "homepage" : " https://github.com/mickaelalvs/slidev-addon-livecode#readme" ,
22- "bugs" : {
23- "url" : " https://github.com/mickaelalvs/slidev-addon-livecode/issues"
24- },
2525 "files" : [
2626 " components" ,
2727 " composables" ,
You can’t perform that action at this time.
0 commit comments