Skip to content

mattermostmodelsenums TableAlignment

BigMakCode edited this page Aug 5, 2024 · 1 revision

TableAlignment Public enum

Description

Markdown table alignment.

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph Mattermost.Models.Enums
  Mattermost.Models.Enums.TableAlignment[[TableAlignment]]
  end
Loading

Details

Summary

Markdown table alignment.

Fields

Left

Summary

Align table to left.

Center

Summary

Align table to center.

Right

Summary

Align table to right.

Generated with ModularDoc

Clone this wiki locally