Muban
Home
Guide
Api
Changelog
Research
GitHub open in new window
Home
Guide
Api
Changelog
Research
GitHub open in new window
  • Api
  • App
  • Component
  • Props
  • Refs
  • Bindings
  • Hooks
  • Provide / Inject
  • mhtml templates

# Api

  • App

    • createApp
    • mount
    • unmount
    • components
    • provide
  • Component

    • defineComponent
      • props
      • refs
      • setup
      • lifecycle
      • bindings
    • lazy
  • Props

    • propType
      • type
      • optional
      • defaultValue
      • validate
      • shape
      • source
  • Refs

    • refElement
    • refCollection
    • refComponent
    • refComponents
  • Bindings

    • bind
    • bindMap
    • bindTemplate
    • dom bindings
      • visible & hidden
      • text
      • html
      • css
      • style
      • event
      • click
      • change
      • submit
      • value
      • textInput
      • checked
      • options
      • selectedOptions
    • registerDomBinding
    • Component bindings
  • Hooks

    • onMounted
    • onUnmounted
  • Context

    • provide
    • inject
    • createContext
  • Template

    • html
    • unsafeHTML
    • jsonScriptTemplate
Edit this page open in new window
Last Updated:
Contributors: Arjan van Wijk

App