Interface AppsScope

interface AppsScope {
    name: "groups" | "notifications" | "audio" | "menu" | "video" | "offline" | "email" | "status" | "market" | "wall" | "friends" | "messages" | "notes" | "photos" | "phone" | "stories" | "stats" | "pages" | "docs" | "app_widget" | "manage" | "notify" | "support" | "wallmenu" | "ads" | "adsweb" | "leads" | "group_messages" | "exchange";
    title: string;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

name: "groups" | "notifications" | "audio" | "menu" | "video" | "offline" | "email" | "status" | "market" | "wall" | "friends" | "messages" | "notes" | "photos" | "phone" | "stories" | "stats" | "pages" | "docs" | "app_widget" | "manage" | "notify" | "support" | "wallmenu" | "ads" | "adsweb" | "leads" | "group_messages" | "exchange"

Scope name

title: string

Scope title

Generated using TypeDoc