g3-toolkit API Reference
    Preparing search index...

    Interface StyleConfigParseResult

    interface StyleConfigParseResult {
        document?: StyleConfigDocument;
        errors: readonly StyleConfigError[];
        ok: boolean;
    }
    Index

    Properties

    Properties

    errors: readonly StyleConfigError[]
    ok: boolean