Skip to main content

Class: YasguiComponent

Implements​

  • OnInit
  • OnChanges
  • OnDestroy

Constructors​

constructor​

• new YasguiComponent(yasguiService)

Parameters​

NameType
yasguiServiceYasguiService

Defined in​

lib/components/yasgui/yasgui.component.ts:30

Properties​

multiple​

• Optional multiple: boolean

Defined in​

lib/components/yasgui/yasgui.component.ts:17


options​

• Optional options: YasguiOptions

Defined in​

lib/components/yasgui/yasgui.component.ts:14


query​

• Optional query: string

Defined in​

lib/components/yasgui/yasgui.component.ts:20


queryChange​

• queryChange: EventEmitter<string>

Defined in​

lib/components/yasgui/yasgui.component.ts:26


yasgui​

• Private yasgui: Yasgui

Defined in​

lib/components/yasgui/yasgui.component.ts:28


yasguiRef​

• yasguiRef: ElementRef<any>

Defined in​

lib/components/yasgui/yasgui.component.ts:23

Methods​

createYasgui​

â–¸ Private createYasgui(): Promise<Yasgui>

Returns​

Promise<Yasgui>

Defined in​

lib/components/yasgui/yasgui.component.ts:63


loadQuery​

â–¸ Private loadQuery(): void

Returns​

void

Defined in​

lib/components/yasgui/yasgui.component.ts:54


ngOnChanges​

â–¸ ngOnChanges(changes): void

Parameters​

NameType
changesSimpleChanges

Returns​

void

Implementation of​

OnChanges.ngOnChanges

Defined in​

lib/components/yasgui/yasgui.component.ts:47


ngOnDestroy​

â–¸ ngOnDestroy(): void

Returns​

void

Implementation of​

OnDestroy.ngOnDestroy

Defined in​

lib/components/yasgui/yasgui.component.ts:43


ngOnInit​

â–¸ ngOnInit(): Promise<void>

Returns​

Promise<void>

Implementation of​

OnInit.ngOnInit

Defined in​

lib/components/yasgui/yasgui.component.ts:32