OneSDK
    Preparing search index...

    Interface BouyomichanConfig

    interface BouyomichanConfig {
        autoLaunch: boolean;
        enabled: boolean;
        exePath: string;
        hostname: string;
        options: BouyomichanOptions;
        port: number;
    }
    Index

    Properties

    autoLaunch: boolean
    enabled: boolean
    exePath: string
    hostname: string
    port: number