Interface

Shell-18ShellKeyringPromptConstructorProps

interface ConstructorProps {
    caller_window: string;
    callerWindow: string;
    cancel_label: string;
    cancelLabel: string;
    choice_chosen: boolean;
    choice_label: string;
    choice_visible: boolean;
    choiceChosen: boolean;
    choiceLabel: string;
    choiceVisible: boolean;
    confirm_actor: Clutter.Text | null;
    confirm_visible: boolean;
    confirmActor: Clutter.Text | null;
    confirmVisible: boolean;
    continue_label: string;
    continueLabel: string;
    description: string;
    message: string;
    password_actor: Clutter.Text | null;
    password_new: boolean;
    password_strength: number;
    password_visible: boolean;
    passwordActor: Clutter.Text | null;
    passwordNew: boolean;
    passwordStrength: number;
    passwordVisible: boolean;
    title: string;
    warning: string;
    warning_visible: boolean;
    warningVisible: boolean;
}

Hierarchy (View Summary)

Index

Properties

choice_visible: boolean
choiceVisible: boolean
confirm_actor: Clutter.Text | null
confirm_visible: boolean
confirmActor: Clutter.Text | null
confirmVisible: boolean
password_actor: Clutter.Text | null
password_visible: boolean
passwordActor: Clutter.Text | null
passwordVisible: boolean
warning_visible: boolean
warningVisible: boolean

Properties - Inherited from Gcr

caller_window: string
callerWindow: string
cancel_label: string
cancelLabel: string
choice_chosen: boolean
choice_label: string
choiceChosen: boolean
choiceLabel: string
continue_label: string
continueLabel: string
description: string
message: string
password_new: boolean
password_strength: number
passwordNew: boolean
passwordStrength: number
title: string
warning: string