Hnxml Standard
    Preparing search index...

    Interface HideAllNodes

    Hides all nodes visible on the NetMap.

    NetMap 中隐藏所有 Node

    <HideAllNodes DelayHost="delayNode" Delay="0"/>
    
    interface HideAllNodes {
        children?: never;
        Delay?: string | number;
        DelayHost?: string;
    }
    Index

    Properties

    children?: never
    Delay?: string | number
    DelayHost?: string