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

    Interface InitResult

    The result of init, which can contain an error.

    interface InitResult {
        error?: SidebarError;
        integrationProperties?: { [key: string]: any };
    }
    Index

    Properties

    error?: SidebarError
    integrationProperties?: { [key: string]: any }