mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-20 15:34:26 +08:00
feat(dev-tools): higlight overlay
This commit is contained in:
3
nativescript-core/debugger/dom-node.d.ts
vendored
3
nativescript-core/debugger/dom-node.d.ts
vendored
@ -19,4 +19,7 @@ export declare class DOMNode {
|
||||
getComputedProperties(): CSSComputedStyleProperty[];
|
||||
dispose(): void;
|
||||
toJSON(): string;
|
||||
|
||||
requestHighligh(): void;
|
||||
static requestCancelInspect(): void;
|
||||
}
|
||||
|
Reference in New Issue
Block a user