HotDocs JavaScript API
    Preparing search index...

    Interface ITestBrowserWebViewApi

    interface ITestBrowserWebViewApi {
        ContinueAjax: (guid: string) => void;
        EditComponent: (componentName: string, componentFileName: string) => void;
    }
    Index

    Properties

    ContinueAjax: (guid: string) => void
    EditComponent: (componentName: string, componentFileName: string) => void