Hnxml Standard
    Preparing search index...

    Interface HideNode

    NetMap 中隐藏 Node

    Hide a node from the NetMap.

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

    Properties

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