Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IAtomComponent<T>

Type parameters

  • T

Hierarchy

  • IAtomComponent

Implemented by

Index

Properties

app

app: App

data

data: any

element

element: T

localViewModel

localViewModel: any

viewModel

viewModel: any

Methods

hasProperty

  • hasProperty(name: string): any

runAfterInit

  • runAfterInit(f: function): void

setLocalValue

  • setLocalValue(e: T, name: string, value: any): void

Generated using TypeDoc