Property panes let users configure your SPFx web parts without touching code. Here’s how to build them effectively. Basic Property Pane Property Types TextField: Text input Toggle: Boolean switch Dropdown: Select from options Slider: Numeric range Checkbox: Multiple selections Accessing Properties References Property Pane Documentation
Read more →Search Results for: title
Vue.js Components: Building Reusable UI
Components are the heart of Vue.js. Build once, reuse everywhere. Here’s how to create flexible, maintainable Vue components. Basic Component Props Validation Custom Events Slots for Flexibility Component Organization Keep components small and focused Use scoped styles to avoid CSS conflicts Prefix base components (BaseButton, BaseInput) Validate props for better dev experience References Vue.js Components […]
Read more →Building SPFx Web Parts with React
React is the recommended framework for SPFx web parts, and for good reason. The component model fits perfectly with SharePoint’s web part architecture. Here’s how to build a real-world web part using React and TypeScript. Project Setup Web Part Structure An SPFx React web part has two main files: WebPart.ts – The SPFx wrapper that […]
Read more →SharePoint Framework (SPFx) 1.7: Building Modern Web Parts
SPFx 1.7 dropped a few weeks ago, and it’s a solid release. If you’re building SharePoint customizations in 2019, here’s what you should know about the latest version of the SharePoint Framework. What’s New in SPFx 1.7 This release focuses on stability and developer experience. Not flashy, but important. Dynamic Data The dynamic data capability […]
Read more →Image Classification vs Pattern Recognition vs Object Detection vs Object Tracking–A Primer
It is a common question that has been asked in all Artificial Intelligence Conference or Discussion Forums. Based on my knowledge, I thought of answering some of these questions: 1.) Image Classification (also called Image Recognition): is the process of creating a thematic image where each pixel is assigned a number representing a class / […]
Read more →End of Microsoft Virtual Academy–Welcome to Microsoft Learn
In October, During Ignite 2018 Conference in Orlando, Microsoft announced the availability of new free interactive and sandbox based learning platform called “Microsoft Learn”, and during these months Microsoft has been adding more and more specific contents for different roles such as Azure Developer, Azure Administrator, Azure Architect etc. There is a specific learning path […]
Read more →