center

Return centered in a string of length width. Padding is done using the specified fillchar
The original string is returned if width is less than or equal to len(s).

link GraphQL Schema definition

  • directive @center(width: Int!, fillchar: String) on FIELD | FRAGMENT_SPREAD | INLINE_FRAGMENT

link Require by

This element is not required by anyone