Appearance
ノートブックテーマ
イベント一覧
| イベント | リソース | 説明 |
|---|---|---|
notebook_theme.set_default | notebook_theme | デフォルトのノートブックテーマが設定された。 |
notebook_theme.add | notebook_theme | ノートブックテーマが追加された。 |
notebook_theme.update | notebook_theme | ノートブックテーマが更新された。 |
notebook_theme.delete | notebook_theme | ノートブックテーマが削除された。 |
イベント詳細
notebook_theme.set_default 準備中
デフォルトのノートブックテーマが設定された。
| フィールド | 値 |
|---|---|
event.code | notebook_theme.set_default |
scope.type | workspace |
resource.type | notebook_theme |
references | (なし) |
query | (なし) |
change | (なし) |
grant | (なし) |
extra | (なし) |
サンプル
json
{
"event": {
"code": "notebook_theme.set_default",
...
},
"scope": {
"type": "workspace",
...
},
"resource": {
"type": "notebook_theme",
"uid": "pal_01",
"name": "Brand Colors",
"path": "notebook_theme/pal_01",
"parts": [
{
"type": "notebook_theme",
"uid": "pal_01",
"name": "Brand Colors"
}
],
...
},
...
}notebook_theme.add 準備中
ノートブックテーマが追加された。
| フィールド | 値 |
|---|---|
event.code | notebook_theme.add |
scope.type | workspace |
resource.type | notebook_theme |
references | (なし) |
query | (なし) |
change | (なし) |
grant | (なし) |
extra | (なし) |
サンプル
json
{
"event": {
"code": "notebook_theme.add",
...
},
"scope": {
"type": "workspace",
...
},
"resource": {
"type": "notebook_theme",
"uid": "pal_01",
"name": "Brand Colors",
"path": "notebook_theme/pal_01",
"parts": [
{
"type": "notebook_theme",
"uid": "pal_01",
"name": "Brand Colors"
}
],
...
},
...
}notebook_theme.update 準備中
ノートブックテーマが更新された。
| フィールド | 値 |
|---|---|
event.code | notebook_theme.update |
scope.type | workspace |
resource.type | notebook_theme |
references | (なし) |
query | (なし) |
change | content |
grant | (なし) |
extra | (なし) |
change
| 名前 | モード | 型 | 必須 | 説明 |
|---|---|---|---|---|
content | フラグ | — | 必須 | 配色やフォントなど、テーマの内容が変更されたこと |
サンプル
json
{
"event": {
"code": "notebook_theme.update",
...
},
"scope": {
"type": "workspace",
...
},
"resource": {
"type": "notebook_theme",
"uid": "pal_01",
"name": "Brand Colors",
"path": "notebook_theme/pal_01",
"parts": [
{
"type": "notebook_theme",
"uid": "pal_01",
"name": "Brand Colors"
}
],
...
},
"change": {
"fields": [
{
"name": "content",
"changed": true
}
]
},
...
}notebook_theme.delete 準備中
ノートブックテーマが削除された。
| フィールド | 値 |
|---|---|
event.code | notebook_theme.delete |
scope.type | workspace |
resource.type | notebook_theme |
references | (なし) |
query | (なし) |
change | (なし) |
grant | (なし) |
extra | (なし) |
サンプル
json
{
"event": {
"code": "notebook_theme.delete",
...
},
"scope": {
"type": "workspace",
...
},
"resource": {
"type": "notebook_theme",
"uid": "pal_01",
"name": "Brand Colors",
"path": "notebook_theme/pal_01",
"parts": [
{
"type": "notebook_theme",
"uid": "pal_01",
"name": "Brand Colors"
}
],
...
},
...
}