Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ViewDesignPatern<T>

Interface décrivant le patron de conception pour une vue.

Type Parameters

  • T

Hierarchy

Index

Properties

__getter__?: Record<string, ((target?: T) => void)>
__setter__?: Record<string, ((value: any, target?: T) => void)>
attr?: Record<string, string | CssObject>

Attributs du component

baseName: string
childrens?: NodeTemplate<any>[]

Enfants du component

content?: string
defaultView: string
observedAttibutes?: string[]
proto?: Partial<T>

Méthodes et variables du component

styles?: string[]
views: Record<string, NodeTemplate<any>>
views-elements?: Record<string, HTMLElement>

Generated using TypeDoc