Interface

Goa-1.0GoaAccountSkeletonConstructorProps

interface ConstructorProps {
    attention_needed: boolean;
    attentionNeeded: boolean;
    calendar_disabled: boolean;
    calendarDisabled: boolean;
    chat_disabled: boolean;
    chatDisabled: boolean;
    contacts_disabled: boolean;
    contactsDisabled: boolean;
    documents_disabled: boolean;
    documentsDisabled: boolean;
    files_disabled: boolean;
    filesDisabled: boolean;
    g_flags: Gio.DBusInterfaceSkeletonFlags;
    gFlags: Gio.DBusInterfaceSkeletonFlags;
    id: string;
    identity: string;
    is_locked: boolean;
    is_temporary: boolean;
    isLocked: boolean;
    isTemporary: boolean;
    mail_disabled: boolean;
    mailDisabled: boolean;
    maps_disabled: boolean;
    mapsDisabled: boolean;
    music_disabled: boolean;
    musicDisabled: boolean;
    photos_disabled: boolean;
    photosDisabled: boolean;
    presentation_identity: string;
    presentationIdentity: string;
    printers_disabled: boolean;
    printersDisabled: boolean;
    provider_icon: string;
    provider_name: string;
    provider_type: string;
    providerIcon: string;
    providerName: string;
    providerType: string;
    read_later_disabled: boolean;
    readLaterDisabled: boolean;
    ticketing_disabled: boolean;
    ticketingDisabled: boolean;
    todo_disabled: boolean;
    todoDisabled: boolean;
}

Hierarchy (View Summary)

Index

Properties - Inherited from Goa.Account.ConstructorProps

attention_needed: boolean
attentionNeeded: boolean
calendar_disabled: boolean
calendarDisabled: boolean
chat_disabled: boolean
chatDisabled: boolean
contacts_disabled: boolean
contactsDisabled: boolean
documents_disabled: boolean
documentsDisabled: boolean
files_disabled: boolean
filesDisabled: boolean
id: string
identity: string
is_locked: boolean
is_temporary: boolean
isLocked: boolean
isTemporary: boolean
mail_disabled: boolean
mailDisabled: boolean
maps_disabled: boolean
mapsDisabled: boolean
music_disabled: boolean
musicDisabled: boolean
photos_disabled: boolean
photosDisabled: boolean
presentation_identity: string
presentationIdentity: string
printers_disabled: boolean
printersDisabled: boolean
provider_icon: string
provider_name: string
provider_type: string
providerIcon: string
providerName: string
providerType: string
read_later_disabled: boolean
readLaterDisabled: boolean
ticketing_disabled: boolean
ticketingDisabled: boolean
todo_disabled: boolean
todoDisabled: boolean

Properties - Inherited from Gio