FixIt JavaScript API
    Preparing search index...

    Interface TwikooConfig

    interface TwikooConfig {
        commentCount?: boolean;
        envId?: string;
        lightgallery?: boolean;
        region?: string;
        [key: string]: any;
    }

    Hierarchy

    • Record<string, any>
      • TwikooConfig

    Indexable

    • [key: string]: any
    Index
    commentCount?: boolean
    envId?: string
    lightgallery?: boolean
    region?: string