Flarum (v2.0.0-beta.3)
    Preparing search index...
    interface IComposerBodyAttrs {
        composer: ComposerState;
        confirmExit: string;
        disabled: boolean;
        onTextEditorBuilt?: Function | null;
        originalContent?: string;
        placeholder: string;
        submitLabel: string;
        user: any;
        [property: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [property: string]: any

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

    Index

    Properties

    composer: ComposerState
    confirmExit: string
    disabled: boolean
    onTextEditorBuilt?: Function | null
    originalContent?: string
    placeholder: string
    submitLabel: string
    user: any