ValidationOptions | WebHare Platform SDK
WebHare Platform SDK
    Preparing search index...

    Interface ValidationOptions

    interface ValidationOptions {
        documentation?: boolean;
        eslintmasks?: string[];
        nomissingtids?: boolean;
        nowarnings?: boolean;
        onlytids?: boolean;
        overridedata?: WebHareBlob;
        performance?: boolean;
    }
    Index

    Properties

    documentation?: boolean
    eslintmasks?: string[]
    nomissingtids?: boolean
    nowarnings?: boolean
    onlytids?: boolean
    overridedata?: WebHareBlob
    performance?: boolean