Hnxml Standard
    Preparing search index...

    Interface root

    interface root {
        children: IRCDaemonChildren | IRCDaemonChildren[];
        name: string;
        needsLogin: boolean;
        themeColor: string;
    }
    Index

    Properties

    children: IRCDaemonChildren | IRCDaemonChildren[]
    name: string
    needsLogin: boolean
    themeColor: string