Enumeration

TalkatuTagDisplay

Declaration

enum Talkatu.TagDisplay

Description [src]

An enum representing how a tag should be rendered.

Members

TALKATU_TAG_DISPLAY_INLINE

The tag should be rendered inline.

  • Value: 0
  • Available since: 0.0
TALKATU_TAG_DISPLAY_BLOCK

The tag should be rendered on its own line.

  • Value: 1
  • Available since: 0.0