Converts a kind name to it's module path. Used to conventionally map kinds who aren't explicitly mapped through mapKind
.
The kind name.
string
The module path.
Converts a kind name to it's view id. Used to conventionally map kinds who aren't explicitly mapped through mapKind
.
The kind name.
string
The view id.
Creates a widget.
The DOMElement or knockout virtual element that serves as the target element for the widget.
The widget settings.
any
Maps views and module to the kind identifier if a non-standard pattern is desired.
The kind name.
any
Maps a kind name to it's module id. First it looks up a custom mapped kind, then falls back to convertKindToModulePath
.
The kind name.
string
The module id.
Maps a kind name to it's view id. First it looks up a custom mapped kind, then falls back to convertKindToViewPath
.
The kind name.
string
The view id.
Creates a ko binding handler for the specified kind.
The kind to create a custom binding handler for.
any