Interface

Panel-1PanelSaveDelegateConstructorProps

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

Hierarchy (View Summary)

Index

Properties

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