Hnxml Standard
    Preparing search index...

    Interface SetLock

    Locks or hides the specified module. Choices are terminal, ram, netmap, and display.

    <SetLock DelayHost="delayNode" Delay="0" Module="terminal" IsLocked="true" IsHidden="false"/>
    
    interface SetLock {
        children?: never;
        Delay?: string | number;
        DelayHost?: string;
        IsHidden: boolean | "true" | "false";
        IsLocked: boolean | "true" | "false";
        Module: "terminal" | "ram" | "netmap" | "display";
    }
    Index

    Properties

    children?: never
    Delay?: string | number
    DelayHost?: string
    IsHidden: boolean | "true" | "false"
    IsLocked: boolean | "true" | "false"
    Module: "terminal" | "ram" | "netmap" | "display"