hosanna-ui-docs - v0.9.0
    Preparing search index...

    Interface for node focus operations.

    interface ISGISGNodeFocus {
        hasFocus(): boolean;
        isInFocusChain(): boolean;
        setFocus(on: boolean): boolean;
    }

    Hierarchy (View Summary)

    Index

    Methods