Display page number, title, and description in wizard page headers (#1766)

This commit is contained in:
Matt Irvine
2018-06-27 16:26:26 -07:00
committed by GitHub
parent ffe27f5bde
commit 5cf85a0361
14 changed files with 119 additions and 29 deletions

View File

@@ -199,6 +199,7 @@ export interface IModelViewWizardPageDetails {
content: string;
enabled: boolean;
customButtons: number[];
description: string;
}
export interface IModelViewWizardDetails {
@@ -212,6 +213,7 @@ export interface IModelViewWizardDetails {
backButton: number;
customButtons: number[];
message: DialogMessage;
displayPageTitles: boolean;
}
export enum MessageLevel {