Module: ko/ui/element

Base element, do not use this directly

Author:
  • NathanR
License:
  • Mozilla Public License v. 2.0

Classes

Model()

Methods


require("ko/ui/element").create(arguments)

Create a new element, the arguments are forwarded to the init function of the element

Parameters:
Name Type Description
arguments variable

The arguments are determined by the init function of the element

Returns:
Type
module:ko/ui/element~Model