Hnxml Standard
    Preparing search index...

    Interface ChangeNetmapSortMethod

    Change the way the netmap is sorted.

    改变 netmap 的排序方式

    <ChangeNetmapSortMethod DelayHost="delayNode" Delay="0" Method="grid"/>
    
    interface ChangeNetmapSortMethod {
        children?: never;
        Delay?: string;
        DelayHost?: string;
        Method: "catter" | "grid" | "seqgrid" | "CHAOS";
    }
    Index

    Properties

    children?: never
    Delay?: string
    DelayHost?: string
    Method: "catter" | "grid" | "seqgrid" | "CHAOS"