@mikezimm/fps-core-v7
Version:
Library of reusable core interfaces, types and constants migrated from fps-library-v2
40 lines (39 loc) • 1.69 kB
TypeScript
/**
* CodeAnalizerComment: Updated 1 imports on 2024-09-22 02:56:43
* Update:: import { IPropertyFieldGroupOrPerson } to '@mikezimm/fps-core-v7/lib/types/spfxPropControls/@3.11.0/IPropertyFieldGroupOrPerson;'
*/
/**
* 2024-09-07: Migrated from the same folder in fps-library-v2/banner/components/VisitorPanel...
*/
import { ISiteUserInfo } from "../../../types/@pnp/@2.14.0/sp/site-users";
import { IEveryoneAudience } from "../../../types/fps-common/AudienceInterfaces";
/***
* d888888b d8b db d888888b d88888b d8888b. d88888b .d8b. .o88b. d88888b
* `88' 888o 88 `~~88~~' 88' 88 `8D 88' d8' `8b d8P Y8 88'
* 88 88V8o 88 88 88ooooo 88oobY' 88ooo 88ooo88 8P 88ooooo
* 88 88 V8o88 88 88~~~~~ 88`8b 88~~~ 88~~~88 8b 88~~~~~
* .88. 88 V888 88 88. 88 `88. 88 88 88 Y8b d8 88.
* Y888888P VP V8P YP Y88888P 88 YD YP YP YP `Y88P' Y88888P
*
*
*/
export interface IMinWPVisitorPanelInfo {
bannerTitle: string;
panelMessageDescription1: string;
panelMessageSupport: string;
panelMessageDocumentation: string;
panelMessageIfYouStill: string;
documentationLinkDesc: string;
documentationLinkUrl: string;
supportContacts: ISiteUserInfo[];
}
export interface IMinCustomHelpProps extends IMinWPVisitorPanelInfo {
showCustomHelp: boolean;
fullPanelAudience: IEveryoneAudience;
replacePanelHTML: any;
requireDocumentation: boolean;
documentationIsValid: boolean;
requireContacts: boolean;
}
export declare const changeCustomHelp: string[];
//# sourceMappingURL=Interfaces.d.ts.map