Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DesignPatern<T>

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
observedAttibutes?: string[]
proto?: Partial<T>

Méthodes et variables du component

styles?: string[]

Generated using TypeDoc