UNPKG

@mikezimm/fps-core-v7

Version:

Library of reusable core interfaces, types and constants migrated from fps-library-v2

22 lines (21 loc) 956 B
/** * CodeAnalizerComment: Updated 1 imports on 2024-09-22 02:56:43 * Update:: import { IPropertyPaneDropdownOption } to '@mikezimm/fps-core-v7/lib/types/@msft/1.15.2/sp-property-pane;' */ /** * 2024-09-07: Migrated from the same folder in fps-library-v2/banner/components/ItemPicker/interfaces... */ import { IPropertyPaneDropdownOption } from "../../../../types/@msft/1.15.2/sp-property-pane"; /** * IFPSListItemPropPaneDropDownOption was originally IApprovedCDNs/IApprovedWebs in SecureScript7. * It is used as interface of approved webs that could be used as a webpart property. * The interface can also be passed into the property pane dropdown column */ export interface IFPSListItemPropPaneDropDownOption extends IPropertyPaneDropdownOption { key: string; siteRelativeURL: string; list: string; text: string; subsites?: boolean; } //# sourceMappingURL=IFPSListItemPropPaneDropDownOption.d.ts.map