OPEN_GRID API - v1.6.0
    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.

    プリセット1件の登録メタ情報 — TypedRegistry に載る値です。

    デルタそのものは TokenAxis が持ちます。ここに入るのはポリシーと診断に使う情報だけなので、 2つの保管先が同じものを二重に持つことはありません。

    单个预设的注册元信息 — 存进 TypedRegistry 的值。

    增量本身归 TokenAxis 所有。这里装的只有策略与诊断用的信息,因此两个存储不会重复持有同一 份东西。

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

    Properties

    Properties

    label?: string

    사람이 읽는 한 줄 설명(피커 UI·인스펙터용).

    One-line human label (for picker UIs and inspectors).

    人が読む一行の説明(ピッカー UI・インスペクター用)。

    人读的一行说明(供预设选择 UI 与检查器使用)。

    needsCss: boolean

    이 프리셋이 CSS 규칙을 요구하는가. 내장 5종 중 default 만 false.

    Does this preset need CSS rules? Only default is false.

    このプリセットが CSS 規則を必要とするか。組み込み5種のうち default だけが false。

    这个预设是否需要 CSS 规则。内置5种里只有 default 为 false。