Flarum (v2.0.0-beta.2)
    Preparing search index...
    interface IPostMetaAttrs {
        permalink?: () => string;
        post: ModelType;
        [property: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [property: string]: any

      Any other virtual element properties, including attributes and event handlers.

    Index

    Properties

    Properties

    permalink?: () => string

    post

    post: ModelType

    Can be a post or similar model like private message