Release path
1.0.1Published Mar 4, 2026@pasar6987/sf-core-lightning-ui
Lightning platform telemetry, Aura component metadata, Visualforce access metrics, app definitions, UI performance monitoring, and conditional formatting for the user interface layer.
Published package · Latest published 1.0.1 Mar 4, 2026 · 27 datasets / 11 measures in the latest review · Updated Mar 11, 2026
Publisher
@pasar6987Published Mar 4, 2026Structure snapshot
27 datasets11 measures · 501 dimensionsSemantic Graph
Relationship counts appear after the graph loads.
Loading graph
Package graph is loadingPackage relationships will appear when the summary is ready.
Reference context
Secondary package facts stay compact
- Updated
- Mar 11, 2026
- Visibility
- Public hub listing
- License
- MIT
- Created
- Mar 4, 2026
Reference facts
Secondary package facts after the usage path is clear
Licensing, categorization, ownership, and linked metadata stay below the runnable path so the page reads in the right order.
Format
Upstream
Repository
Domain
Source
Owner
@pasar6987Organization
License
Visibility
Publisher
Latest published version
Tags
Schema preview
SDK handoff
Use this package in code and AI
After structure review, move straight into typed reads with load() or compact LLM context with to_prompt().
Python SDK
Python example for @pasar6987/sf-core-lightning-ui
This example uses the current package ref and, when preview data is available, fills in real dataset names from the published summary.
import rawctx
model = rawctx.load("@pasar6987/sf-core-lightning-ui")
prompt = rawctx.to_prompt(
"@pasar6987/sf-core-lightning-ui",
datasets=["AppDefinition", "AppTabMember"],
max_tokens=2000,
)
print(model.datasets) # ["AppDefinition", "AppTabMember", "AppUsageAssignment"]
print(model.measures) # [Measure(name="AppTabMember.SortOrder", ...), Measure(name="AuraDefinitionBundleInfo.ApiVersion", ...), Measure(name="ConditionalFormattingPropertyPredicate.Value", ...)]
print(model.dimensions) # [Dimension(name="Description", ...), Dimension(name="DeveloperName", ...), Dimension(name="DurableId", ...)]
print(model.relationships) # [Relationship(name='...', ...)]
print(prompt)README
Package narrative and examples
Use documentation after the package clears provenance, ownership, and runnable-path checks.
@pasar6987/sf-core-lightning-ui
Lightning platform telemetry, Aura component metadata, Visualforce access metrics, app definitions, UI performance monitoring, and conditional formatting for the user interface layer.
Overview
| Count | |
|---|---|
| Objects (Datasets) | 27 |
| Dimensions | 501 |
| Measures | 11 |
| Relationships | 2 |
Objects
- AppDefinition — Represents the metadata of an app and its navigation items. Metadata is returned only for apps that the current user can access.
- AppTabMember — Represents the list of tabs for each of the available apps.
- AppUsageAssignment — Provides application context for a record. A record can have different allowed actions or different related objects when it’s created for different applications. For example, a Revenue Lifecycle Management order has a related RevenueLifecycleManagement AppUsageAssignment, so Salesforce knows it can create assets for that order.
- Aura Request Event Type — Aura Request events contain details of requests to Apex methods from Aura and Lightning web components. For example, you can benchmark request time or identify the URI of an unsuccessful request.
- AuraDefinitionBundleInfo — For internal use only.
- AuraDefinitionInfo — For internal use only.
- ConditionalFormattingProperty — Conditional Formatting Properties - ConditionalFormattingProperty
- ConditionalFormattingPropertyBin — Conditional Formatting Property Bins - ConditionalFormattingPropertyBin
- ConditionalFormattingPropertyPredicate — Conditional Formatting Property Predicates - ConditionalFormattingPropertyPredicate
- Console Event Type — Console events contain information about the performance and use of Salesforce Consoles. The Console events are logged whenever a Console tab is opened with a sidebar component. Outside of that, when Console tabs are opened, a regular view record detail event is served just like in Salesforce Classic.
- Lightning Error Event Type — Lightning Error events represent errors that occurred during user interactions with Lightning Experience and the Salesforce mobile app.
- Lightning Interaction Event Type — Lightning Interaction events track user actions in Lightning Experience and the Salesforce mobile app, such as the user clicking, tapping, or scrolling on a page.
- Lightning Logger Event Type — Lightning Logger events contain information from observed Lightning component logs. This event type is available in the EventLogFile object in API version 58.0 and later.
- Lightning Page View Event Type — Lightning Page View events represent information about the page on which the event occurred in Lightning Experience and the Salesforce mobile app, such as the page's load time.
- Lightning Performance Event Type — Lightning Performance events track trends in Lightning Experience and Salesforce mobile app performance.
- LightningExitByPageMetrics — Represents frequency metrics about the standard pages within which users switched from Lightning Experience to Salesforce Classic.
- LightningToggleMetrics — Represents users who switched from Lightning Experience back to Salesforce Classic.
- LightningUsageByAppTypeMetrics — Represents number of users on Lightning Experience and Salesforce Mobile.
- LightningUsageByBrowserMetrics — Represents Lightning Experience usage grouped by user’s browser.
- LightningUsageByFlexiPageMetrics — Represents custom pages users viewed most frequently in Lightning Experience.
- LightningUsageByPageMetrics — Represents standard pages users viewed most frequently in Lightning Experience.
- PlatformAction — PlatformAction is a virtual read-only object. It enables you to query for actions displayed in the UI, given a user, a context, device format, and a record ID. Examples include standard and custom buttons, quick actions, and productivity actions.
- StandardInvocableActionType — Represents a collection of fields to set up granular user permissions for access to a standard invocable action in Flow Builder.
- UI Telemetry Navigation Timing Event Type — UI Telemetry Navigation Timing events capture network performance metrics related to page navigation. The event extends from the UI Telemetry Resource Timing Event and includes requests initiated with either the Fetch API or the XMLHttpRequest API.
- UI Telemetry Resource Timing Event — UI Telemetry Resource Timing events capture network performance metrics related to loading an application’s resources. The event includes requests initiated with either the Fetch API or the XMLHttpRequest API.
- Visualforce Request Event Type — Visualforce Request events contain details of Visualforce requests. Requests can originate from the browser (UI).
- VisualforceAccessMetrics — Represents summary statistics for Visualforce pages.
Install
rawctx snapshot-download @pasar6987/sf-core-lightning-ui
Structure review
Inspect package structure after the usage path is clear
Use the structural review when you need the package footprint, field counts, and model paths before a deeper explorer pass.
