Interface

Adw-1AdwSidebarSectionConstructorProps

interface ConstructorProps {
    items: Gio.ListModel;
    menu_model: Gio.MenuModel | null;
    menuModel: Gio.MenuModel | null;
    sidebar: Adw.Sidebar | null;
    title: string | null;
}

Hierarchy (View Summary)

Index

Properties

items: Gio.ListModel
menu_model: Gio.MenuModel | null
menuModel: Gio.MenuModel | null
sidebar: Adw.Sidebar | null
title: string | null