Flarum (v1.8.17)
    Preparing search index...

    The Model class represents a local data resource. It provides methods to persist changes via the API.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    action: () => string = ...
    actor: () => false | User = ...
    actorId: () => string = ...
    client: () => string = ...
    createdAt: () => Date | null | undefined = ...
    discussion: () => false | Discussion = ...
    ipAddress: () => string | null = ...
    newDiscussion: () => false | Discussion = ...
    payload: () => { [key: string]: any } = ...

    post

    post: () => false | Post = ...
    tag: () => false | Tag = ...
    user: () => false | User = ...