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

    Interface HeaderApplyResult

    applyHeader 결과. / Result of applyHeader.

    interface HeaderApplyResult {
        mode: HeaderApplyMode;
        warnings: string[];
    }
    Index

    Properties

    Properties

    적용 경로. / The path taken.

    warnings: string[]

    정직 고지(경로 제약·미등록 id 등). 빈 배열이면 완전 적용. / Honest notices; empty means fully applied.