OneSDK
    Preparing search index...

    Interface TestCommentOption

    interface TestCommentOption {
        newComment: boolean;
        repeater: boolean;
        serviceType: keyof ServiceList;
        speech: boolean;
        subscribe: boolean;
        write: boolean;
    }
    Index

    Properties

    newComment: boolean
    repeater: boolean
    serviceType: keyof ServiceList
    speech: boolean
    subscribe: boolean
    write: boolean