Flarum (v2.0.0-beta.4)
    Preparing search index...
    interface ICommentAttrs {
        cardVisible: boolean;
        contentHtml: string;
        headerItems: ItemList<Children>;
        isEditing: boolean;
        isHidden: boolean;
        search?: string;
        user: false | User | undefined;
        [property: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [property: string]: any

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

    Index

    Properties

    cardVisible: boolean
    contentHtml: string
    headerItems: ItemList<Children>
    isEditing: boolean
    isHidden: boolean
    search?: string
    user: false | User | undefined