Interface

Panel-1PanelSaveDelegateConstructorProps

interface ConstructorProps {
    icon: Gio.Icon | null;
    icon_name: string | null;
    iconName: string | null;
    is_draft: boolean;
    isDraft: boolean;
    progress: number;
    subtitle: string | null;
    title: string | null;
}

Hierarchy (View Summary)

Index

Properties

icon: Gio.Icon | null
icon_name: string | null
iconName: string | null
is_draft: boolean
isDraft: boolean
progress: number
subtitle: string | null
title: string | null