Interface

Gcr-4GcrSystemPromptConstructorProps

interface ConstructorProps {
    bus_name: string;
    busName: string;
    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;
    secret_exchange: Gcr.SecretExchange;
    secretExchange: Gcr.SecretExchange;
    timeout_seconds: number;
    timeoutSeconds: number;
    title: string;
    warning: string;
}

Hierarchy (View Summary)

Index

Properties

bus_name: string
busName: string
secret_exchange: Gcr.SecretExchange
secretExchange: Gcr.SecretExchange
timeout_seconds: number
timeoutSeconds: number

Properties - Inherited from Gcr.Prompt.ConstructorProps

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