Reference Source
import PostMeta from 'flarum/forum/components/PostMeta'
public class | source

PostMeta

Extends:

src/common/Component.js~Component → PostMeta

The PostMeta component displays the time of a post, and when clicked, shows a dropdown containing more information about the post (number, full time, permalink).

Attrs

  • post

Method Summary

Public Methods
public

Get the permalink for the given post.

public

view(): *

Public Methods

Get the permalink for the given post.

Params:

NameTypeAttributeDescription
post Post

Return:

String

public view(): * source

Return:

*