Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Gird

Index

Constructors

Properties

Accessors

Methods

Constructors

constructor

  • new Gird(row: number, col: number): Gird
  • Grid constructor

    Parameters

    • row: number

      Number of rows

    • col: number

      Number of columns

    Returns Gird

Properties

Private M

M: Array<Array<InlineKeyboardButton>> = null

This class is used to arrange the keyboard like a matrix.

Private col

col: number

Number of columns

Private row

row: number

Number of rows

Accessors

value

Methods

push

put

  • Use this method to put a InlineKeyboardButton to i,j position in the Grid

    Parameters

    Returns Gird

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • 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