UNPKG

neos-script

Version:

[neos-script-sample](https://github.com/rheniumNV/neos-script-sample)

13 lines 469 B
import { member } from "../../../core"; export interface RevealAllLogixVisualsInput { id?: string; persistentId?: string; updateOrder?: member<number>; Enabled?: member<boolean>; _activeVisual?: member<any>; SearchRoot?: member<any>; Traversal?: member<any>; OnRevealed?: member<any>; } export declare function RevealAllLogixVisuals(props: RevealAllLogixVisualsInput): any; //# sourceMappingURL=RevealAllLogixVisuals.d.ts.map