apply_style
Temporarily apply color, size, or border styles to selected graph nodes without altering the graph. Use a filter DSL to target nodes and set a TTL for auto-removal.
Instructions
방금 push 한 것 등을 임시로 강조한다 ([5-D]) — 그래프는 안 바꾼다.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ttl | No | 초. 0 이면 clear_style 로 지울 때까지 남는다. | |
| style | Yes | {color?, size?, border?} 만 허용된다 — 임의 CSS 는 거부([11]). color 는 hex/rgba, size 는 1~100 로 clamp. | |
| selector | Yes | 대상 노드를 고르는 필터 DSL 식 ([6]). 서버가 평가해 ids 를 낸다. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||