Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

constructor

  • new MineArea(col: any, row: any, mineProbability: any): MineArea

Properties

Private blockMap

blockMap: Array<Array<Block>>

Protected col

col: number

Protected dom

dom: any

Protected htmlStr

htmlStr: string

Protected id

id: string

mineNum

mineNum: number = 0

Protected mineProbability

mineProbability: number

Protected row

row: number

Methods

Protected bindEvent

  • bindEvent(): void

Protected createMineMap

  • createMineMap(): void

getHTMLStr

  • getHTMLStr(): string

Private getRandomByProbablity

  • getRandomByProbablity(): boolean

Protected setPoint

  • setPoint(): void

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc