Flarum (v2.0.0-beta.2)
    Preparing search index...
    interface IExtensionAttrs {
        extension: CommonExtension;
        isCore?: boolean;
        isDanger?: boolean;
        onClickUpdate?:
            | CallableFunction
            | { hard: CallableFunction; soft: CallableFunction };
        updatable?: boolean;
        updates?: UpdatedPackage;
        whyNotWarning?: boolean;
        [property: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [property: string]: any

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

    Index

    Properties

    extension: CommonExtension
    isCore?: boolean
    isDanger?: boolean
    onClickUpdate?:
        | CallableFunction
        | { hard: CallableFunction; soft: CallableFunction }
    updatable?: boolean
    updates?: UpdatedPackage
    whyNotWarning?: boolean