Static Functions

12 Sep 20251 minute to read

Root static functions of Base Library

getProps

Collect public property values for the Vue component.

Parameter Type Description
options any represents props object.

Returns any

compile

Compiler function that convert the template property to DOM element.

Parameter Type Description
templateElement any represents value of the template property from the component.
helper (optional) Object represents helper object to utilize on template compilation.

Returns Object