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

    Interface A11yTableModel

    접근성(SR) 테이블 모델 — 스크린리더 폴백.

    Accessibility (SR) table model — screen-reader fallback.

    アクセシビリティ(SR)のテーブルモデル — スクリーンリーダー向けフォールバック。

    无障碍(SR)表格模型 — 面向屏幕阅读器的回退。

    interface A11yTableModel {
        caption: string;
        colHeaders: string[];
        rows: string[][];
    }
    Index

    Properties

    caption: string

    aria-label 요약 캡션.

    aria-label summary caption.

    aria-label の要約キャプション。

    aria-label 的摘要标题。

    colHeaders: string[]

    ['category', ...series names]

    rows: string[][]

    [category, v1, v2, ...] — locale 포맷 문자열.

    [category, v1, v2, ...] — locale-formatted strings.

    [category, v1, v2, ...] — locale 書式の文字列。

    [category, v1, v2, ...] — 按 locale 格式化的字符串。