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

    Interface HeaderPresetMeta

    프리셋 1건의 등록 메타 — TypedRegistry 에 실리는 값.

    델타 자체는 TokenAxis 가 갖는다. 여기 담기는 것은 정책·진단에 쓰는 정보뿐이라 두 저장소가 같은 것을 두 벌 갖지 않는다.

    Registration metadata for one preset — the value stored in the TypedRegistry.

    The delta itself lives in TokenAxis; this carries only policy/diagnostic information, so the two stores never hold duplicate copies of the same thing.

    interface HeaderPresetMeta {
        label?: string;
        needsCss: boolean;
    }
    Index

    Properties

    Properties

    label?: string

    사람이 읽는 한 줄 설명(피커 UI·인스펙터용). / One-line human label (for picker UIs and inspectors).

    needsCss: boolean

    이 프리셋이 CSS 규칙을 요구하는가. 내장 5종 중 default 만 false. / Does this preset need CSS rules? Only default is false.