get_widget_methods
Retrieve public methods of a World of Warcraft widget for a selected patch and channel, with the option to include inherited methods.
Instructions
Get a ScriptObject or FrameXML intrinsic widget and its public methods in one patch in the selected channel.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Widget name such as Frame, AuraButton, or AuraContainer | |
| channel | Yes | Game channel; never inferred from a version number | |
| version | Yes | Patch, full client build, build number, or latest within the selected channel | |
| include_inherited | No | Include methods inherited from documented parent widgets |