Flarum (v2.0.0-beta.5)
    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

    description: () => string = ...
    discussUri: () => string = ...
    downloads: () => number = ...
    extensionId: () => string = ...
    highestVersion: () => string = ...
    httpUri: () => string = ...
    icon: () => { name: string; [key: string]: string } = ...
    iconUrl: () => string = ...
    installed: false
    isLocale: () => boolean = ...
    isPremium: () => boolean = ...
    isSupported: () => boolean = ...
    latestFlarumVersionSupported: () => string = ...
    locale: () => string = ...
    name: () => string = ...
    title: () => string = ...
    vendor: () => string = ...

    Methods