@zeplin/extension-model
    Preparing search index...

    Interface CodeObject

    Interface for code generation result

    interface CodeObject {
        code: string;
        language: string;
        options?: string[];
    }
    Index

    Properties

    code: string

    Generated code.

    language: string

    Target language for the generated code (e.g., javascript, swift, etc.).

    options?: string[]

    Options that can be used to configure the code generated by this function. This list should contain ids of options which are defined in the manifest.