interface UmbStylesheetItemModel {
    entityType: "stylesheet" | "stylesheet-folder";
    isFolder: boolean;
    name: string;
    unique: string;
}

Properties

entityType: "stylesheet" | "stylesheet-folder"
isFolder: boolean
name: string
unique: string
MMNEPVFCICPMFPCPTTAAATR