Options
All
  • Public
  • Public/Protected
  • All
Menu

Module src/admin/components

Index

Type aliases

AdminHeaderAttrs

AdminHeaderAttrs: AdminHeaderOptions & Partial<Omit<Mithril.Attributes, "class">>

Valid attrs that can be returned by the headerInfo function

HTMLInputTypes

HTMLInputTypes: "button" | "checkbox" | "color" | "date" | "datetime-local" | "email" | "file" | "hidden" | "image" | "month" | "number" | "password" | "radio" | "range" | "reset" | "search" | "submit" | "tel" | "text" | "time" | "url" | "week"

A type that matches any valid value for the type attribute on an HTML <input> element.

see

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#attr-type

Note: this will be exported from a different location in the future.

see

https://github.com/flarum/core/issues/3039

PermissionGridEntry

PermissionGridEntry: PermissionConfig | PermissionSetting

PermissionType

PermissionType: "view" | "start" | "reply" | "moderate"

SettingsComponentOptions

All valid options for the setting component builder.

Generated using TypeDoc version 0.22.10