Interface

Flatpak-1.0FlatpakRelatedRefConstructorProps

interface ConstructorProps {
    arch: string;
    branch: string;
    collection_id: string;
    collectionId: string;
    commit: string;
    kind: Flatpak.RefKind;
    name: string;
    should_autoprune: boolean;
    should_delete: boolean;
    should_download: boolean;
    shouldAutoprune: boolean;
    shouldDelete: boolean;
    shouldDownload: boolean;
    subpaths: string[];
}

Hierarchy (View Summary)

Index

Properties

should_autoprune: boolean
should_delete: boolean
should_download: boolean
shouldAutoprune: boolean
shouldDelete: boolean
shouldDownload: boolean
subpaths: string[]

Properties - Inherited from Flatpak.Ref.ConstructorProps

arch: string
branch: string
collection_id: string
collectionId: string
commit: string
name: string