Skip to content

Window.Tl method

Window › Tl

Unofficial

Minified helper to set a property on an object.

Signature:

Tl(target: object, propertyName: string, propertyValue: unknown): unknown

Parameters:

Parameter Type Description
target object The object to set the property on.
propertyName string The name of the property.
propertyValue unknown The value to set.

Returns: unknownThe set property value.