OneSDK
    Preparing search index...

    Interface OrderConfig

    interface OrderConfig {
        declineWords: string;
        emptyText: string;
        enabled: boolean;
        excludeUser: string;
        keepData: boolean;
        onlyChannelPointFromTwitch: boolean;
        skipConfirm: boolean;
        sound: { enabled: boolean; file: string; volume: number };
        templateString: string;
        templateType: "column" | "row";
        words: string;
    }
    Index

    Properties

    declineWords: string
    emptyText: string
    enabled: boolean
    excludeUser: string
    keepData: boolean
    onlyChannelPointFromTwitch: boolean
    skipConfirm: boolean
    sound: { enabled: boolean; file: string; volume: number }
    templateString: string
    templateType: "column" | "row"
    words: string