Hnxml Standard
    Preparing search index...

    Interface ChangeAlertIcon

    LABYRINTHS DLC ONLY - Change the mail icon to irc, irchub, board, or mail.

    (需要DLC)更改右上角图标。

    <ChangeAlertIcon Target="mainHub" Type="irchub" DelayHost="delayNode" Delay="0"/>
    
    interface ChangeAlertIcon {
        children?: never;
        Delay?: string;
        DelayHost?: string;
        Target: string;
        Type: "mail" | "irc" | "irchub" | "board";
    }
    Index

    Properties

    children?: never
    Delay?: string
    DelayHost?: string
    Target: string
    Type: "mail" | "irc" | "irchub" | "board"