Nude Element API Docs - v0.1.3
    Preparing search index...

    Function resolveValue

    • Allows handling values in a generic way, whether they are dynamic (functions), or static (plain values)

      Parameters

      • value: any

        The value to be handled.

      • callArgs: any[]

        The arguments that will be passed to function.call() if the value is a function.

      Returns any