OPEN_GRID API - v1.6.0
    Preparing search index...

    Interface TypographyGridTarget

    그리드 경로가 요구하는 최소 구조 — OpenGrid 가 구조적으로 만족한다.

    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 変数を設定する公開メソッドです。

    表格路径所要求的最小结构 — OpenGrid 在结构上满足它。

    不把 OpenGrid 作为类型 import,是为了让插件的包不被绑进核心的类型图。setThemeVar(k, v) 是 在容器上设置内联 CSS 变量的公开方法。

    interface TypographyGridTarget {
        setThemeVar(name: string, value: string): void;
    }
    Index

    Methods

    Methods

    • Parameters

      • name: string
      • value: string

      Returns void