Interface ListItem

Hierarchy

Index

Properties

Methods

Properties

public accessoryType: number

public backgroundColor: string

public backgroundGradient: Gradient

public backgroundImage: string

public bubbleParent: boolean

public canEdit: boolean

public canMove: boolean

public color: string

public font: Font

public height: any

public image: string

public itemId: string

public searchableText: string

public selectedBackgroundColor: string

public selectedBackgroundGradient: Gradient

public selectedBackgroundImage: string

public selectionStyle: number

public subtitle: string

public title: 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 removeEventListener(name: string, callback: (...args: any[]) => any)

Parameters

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

public setBubbleParent(bubbleParent: boolean)

Parameters

  • bubbleParent: boolean