OpenGrid 를 타입으로 import 하지 않는 이유는 플러그인 번들이 코어 타입 그래프에 묶이지 않게
하기 위함이다. setThemeVar(k, v) 는 컨테이너 인라인 CSS 변수를 세팅하는 공개 메서드다.
The minimal shape the grid path needs — OpenGrid satisfies it structurally.
OpenGrid is not imported as a type so the plugin bundle stays untangled from the core type
graph. setThemeVar(k, v) is the public method that sets an inline CSS variable on the container.
그리드 경로가 요구하는 최소 구조 —
OpenGrid가 구조적으로 만족한다.OpenGrid를 타입으로 import 하지 않는 이유는 플러그인 번들이 코어 타입 그래프에 묶이지 않게 하기 위함이다.setThemeVar(k, v)는 컨테이너 인라인 CSS 변수를 세팅하는 공개 메서드다.The minimal shape the grid path needs —
OpenGridsatisfies it structurally.OpenGridis not imported as a type so the plugin bundle stays untangled from the core type graph.setThemeVar(k, v)is the public method that sets an inline CSS variable on the container.