Enumeration

TalkatuTagDisplay

since: 0.0

Declaration

enum Talkatu.TagDisplay

Description [src]

An enum representing how a tag should be rendered.

Available since: 0.0

Members

TALKATU_TAG_DISPLAY_INLINE

The tag should be rendered inline.

  • Value: 0
  • Nickname: inline
  • Available since: 0.0
TALKATU_TAG_DISPLAY_BLOCK

The tag should be rendered on its own line.

  • Value: 1
  • Nickname: block
  • Available since: 0.0