hasOwner Function

external fun hasOwner(tag: ScanLayout.Tag): Boolean

Whether a tag sits inside another one — a word within a line, or a line within a block.

Return

true when it has an enclosing tag

Parameters

  • tag — the tag to test
Top