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

    Interface TypographyApplyResult

    applyTypography 결과. / Result of applyTypography.

    interface TypographyApplyResult {
        mode: TypographyApplyMode;
        warnings: string[];
    }
    Index

    Properties

    Properties

    적용 경로. / The path taken.

    warnings: string[]

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