OneSDK
    Preparing search index...

    Interface MixchConfig

    interface MixchConfig {
        commandOptions: {
            enterMessage: CommandViewOptions;
            fan: CommandViewOptions;
            share: CommandViewOptions;
        };
    }
    Index

    Properties

    Properties

    commandOptions: {
        enterMessage: CommandViewOptions;
        fan: CommandViewOptions;
        share: CommandViewOptions;
    }