Skip to content

position

Properties

bottom_center

Type: const string

Table position is used in table.new(), table.cell() functions, binds the table to the center of the screen at the bottom.


bottom_left

Type: const string

Table position is used in table.new(), table.cell() functions, binds the table to the bottom-left edge.


bottom_right

Type: const string

Table position is used in table.new(), table.cell() functions, binds the table to the bottom-right edge.


middle_center

Type: const string

Table position is used in table.new(), table.cell() functions, binds the table to the center of the screen.


middle_left

Type: const string

Table position is used in table.new(), table.cell() functions, binds the table to the middle-left edge.


middle_right

Type: const string

Table position is used in table.new(), table.cell() functions, binds the table to the middle-right edge.


top_center

Type: const string

Table position is used in table.new(), table.cell() functions, binds the table to the center of the screen at the top.


top_left

Type: const string

Table position is used in table.new(), table.cell() functions, binds the table to the upper-left edge.


top_right

Type: const string

Table position is used in table.new(), table.cell() functions, binds the table to the upper-right edge.

基于 MIT 许可证发布。