Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "ts/decorators/component"

Index

Functions

Functions

bootstrap

  • bootstrap(component: collab.decorator.IBootstrap): (Anonymous function)
  • function

    bootstrap

    description

    Registers a component for boot into knockout

    Parameters

    • component: collab.decorator.IBootstrap

      bootstrap component details

    Returns (Anonymous function)

    A bootstrap component

component

  • component(component: collab.decorator.IComponent): (Anonymous function)
  • function

    component

    description

    Registers a custom component to knockout

    Parameters

    • component: collab.decorator.IComponent

      Component details

    Returns (Anonymous function)

    A knockout component for the target element