Skip to main content

Documentation Index

Fetch the complete documentation index at: https://doc.lucidworks.com/llms.txt

Use this file to discover all available pages before exploring further.

Description

Twigkit factory with utility functions for Development.

Methods

hasChildren(transclude)

Method to check if the element has children.

Parameters

ParamTypeDetails
transcludeObjectThe transclude function from the elements post or pre linking function.

Returns

booleanTrue if element has children.

Example

  $util.hasChildren(transclude);