Interactive Scope
Constructors
Properties
Functions
Finds the closest component, by both X and Y coordinates, which ends above the specified point. If there is no such component, returns the component closest to the specified point.
Finds the component, which contains the point specified by the offset. If components overlap, returns the first one it finds. If there is no such component, returns the component closest to the specified point.
Finds the closest component, by both X and Y coordinates, which begins below the specified point. If there is no such component, returns the component closest to the specified point.
Finds the component, whose center is the closest to the specified point, preferring components horizontally adjacent.
Finds the closest component, by both X and Y coordinates, which ends left of the specified point. If there is no such component, returns the component closest to the specified point.
Finds the closest component, by both X and Y coordinates, which begins right of the specified point. If there is no such component, returns the component closest to the specified point.
Returns all components between the specified borders, in line order, including the border components.
Find the visual position of the cursor in the layout.
Check if the component, identified by componentId, is before the component identified by the anchorId.
Check if the component is a part of the range (including both).