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

    Interface PSPDriverContext

    interface PSPDriverContext {
        log(type: string, data: { [key: string]: unknown }): void;
    }
    Index

    Methods

    Methods

    • Parameters

      • type: string
      • data: { [key: string]: unknown }

      Returns void