Files
coa-weakauras/APIDocumentation/Documentation/SimpleBrowserAPIDocumentation.lua
T

128 lines
1.5 KiB
Lua

local SimpleBrowserAPI =
{
Name = "SimpleBrowserAPI",
Type = "ScriptObject",
Functions =
{
{
Name = "ClearFocus",
Type = "Function",
Arguments =
{
},
},
{
Name = "CopyExternalLink",
Type = "Function",
Arguments =
{
},
},
{
Name = "DeleteCookies",
Type = "Function",
Arguments =
{
},
},
{
Name = "NavigateBack",
Type = "Function",
Arguments =
{
},
},
{
Name = "NavigateForward",
Type = "Function",
Arguments =
{
},
},
{
Name = "NavigateHome",
Type = "Function",
Arguments =
{
{ Name = "urlType", Type = "cstring", Nilable = false },
},
},
{
Name = "NavigateReload",
Type = "Function",
Arguments =
{
},
},
{
Name = "NavigateStop",
Type = "Function",
Arguments =
{
},
},
{
Name = "NavigateTo",
Type = "Function",
Documentation = { "Not functional in public builds" },
Arguments =
{
{ Name = "url", Type = "cstring", Nilable = false },
},
},
{
Name = "OpenExternalLink",
Type = "Function",
Arguments =
{
},
},
{
Name = "OpenTicket",
Type = "Function",
Arguments =
{
{ Name = "index", Type = "number", Nilable = false },
},
},
{
Name = "SetFocus",
Type = "Function",
Arguments =
{
},
},
{
Name = "SetZoom",
Type = "Function",
Arguments =
{
{ Name = "zoom", Type = "number", Nilable = false },
},
},
},
Events =
{
},
Tables =
{
},
};
APIDocumentation:AddDocumentationTable(SimpleBrowserAPI);