@acrolinx/sidebar-interface
    Preparing search index...

    Interface CheckOptions

    Check options describe how the server should handle the checked document.

    interface CheckOptions {
        externalContent?: ExternalContent;
        inputFormat?: string;
        requestDescription?: { documentReference?: string };
        selection?: DocumentSelection;
    }
    Index

    Properties

    externalContent?: ExternalContent

    Only supported with Acrolinx Platform 2019.10 (Sidebar version 14.16) and newer.

    inputFormat?: string

    Valid formats are: XML, HTML, TEXT, WORD_XML

    requestDescription?: { documentReference?: string }

    Type Declaration

    • OptionaldocumentReference?: string

      Usually the path and file name. In a CMS it could be the id, which can be used to lookup the document.

    selection?: DocumentSelection

    Experimental