mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 10:35:48 +00:00
1c0cca5460
Per the TemplateData spec: * Most message values can be null, though they're never undefined. * 'deprecated' is actually {boolean|string}. For us: * Make #isParameterDeprecated always return a boolean * Add #getParameterDeprecationDescription to get the explanation of why a parameter is deprecated * getParameterDescription doesn't need to pass 'null' for fallback since that's the default fallback. And it may return null or string. * #getParameterSets returns an array of Set objects, not an array of strings (see spec for more information). Change-Id: Iee788bc8fa6f0545085a0f154b77b8176f770dd2 |
||
---|---|---|
.. | ||
actions | ||
dialogs | ||
elements | ||
inspectors | ||
layouts | ||
styles | ||
tools | ||
widgets | ||
ve.ui.Action.js | ||
ve.ui.ActionFactory.js | ||
ve.ui.CommandRegistry.js | ||
ve.ui.Context.js | ||
ve.ui.Dialog.js | ||
ve.ui.DialogFactory.js | ||
ve.ui.Frame.js | ||
ve.ui.Inspector.js | ||
ve.ui.InspectorFactory.js | ||
ve.ui.js | ||
ve.ui.Layout.js | ||
ve.ui.Surface.js | ||
ve.ui.Tool.js | ||
ve.ui.Toolbar.js | ||
ve.ui.ToolFactory.js | ||
ve.ui.Trigger.js | ||
ve.ui.TriggerRegistry.js | ||
ve.ui.Widget.js | ||
ve.ui.Window.js | ||
ve.ui.WindowSet.js |