> For the complete documentation index, see [llms.txt](https://docs.aps-store.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.aps-store.com/assets/aps_devhelper/configuration/full-view-config.lua.md).

# Full View config.lua

Preview File Updated: 1.0.0 - 04.06.2024

```lua
Config = {}

-- @param HelperMethod: string
Config.HelperMethod = 'all' -- 'menu' / 'context' / 'command' / 'all' (if all is selected, all methods will be enabled)

-- @param MenuCommand: string
-- @param MenuRestriction: string
Config.MenuCommand = 'helper_menu'
Config.MenuRestriction = 'group.admin'

-- @param ContextCommand: string
-- @param ContextRestriction: string
Config.ContextCommand = 'helper_con'
Config.ContextRestriction = 'group.admin'
```
