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

    Interface HeaderGridTarget

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

    OpenGrid 를 타입으로 import 하지 않는 이유는 플러그인 번들이 코어 타입 그래프에 묶이지 않게 하기 위함이다. setThemeVar(k, v) 는 컨테이너 인라인 CSS 변수를 세팅하는 공개 메서드다.

    The minimal shape the grid path needs — OpenGrid satisfies it structurally.

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

    Methods

    Methods

    • Parameters

      • name: string
      • value: string

      Returns void