Interface ProcessingInstruction

Hierarchy

  • Proxy
    • ProcessingInstruction

Index

Properties

Methods

Properties

public bubbleParent: boolean

public data: string

public target: string

Methods

public addEventListener(name: string, callback: (...args: any[]) => any)

Parameters

  • name: string
  • callback: (...args: any[]) => any

public applyProperties(props: Dictionary)

Parameters

public fireEvent(name: string, event: Dictionary)

Parameters

public getBubbleParent(): boolean

Returns

boolean

public getData(): string

Returns

string

public getTarget(): string

Returns

string

public removeEventListener(name: string, callback: (...args: any[]) => any)

Parameters

  • name: string
  • callback: (...args: any[]) => any

public setBubbleParent(bubbleParent: boolean)

Parameters

  • bubbleParent: boolean

public setData(data: string)

Parameters

  • data: string