Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1.89 KB

uix-host-react.extensibledefaultprops.md

File metadata and controls

30 lines (22 loc) · 1.89 KB

Home > @adobe/uix-host-react > ExtensibleDefaultProps

ExtensibleDefaultProps interface

Signature:

export interface ExtensibleDefaultProps extends Omit<HostConfig, "hostName"> 

Extends: Omit<HostConfig, "hostName">

Properties

Property Modifiers Type Description
appName? string (Optional) Unique name for identifying this extensible app. May be used as metadata in extension registry in the future.
authConfig { imsToken: string; imsOrg: string; apiKey: string; }
disableExtensionManager? boolean (Optional)
experienceShellEnvironment? "prod" | "stage" (Optional)
extensionPoint string
guestOptions? PortOptions (Optional)
queryString? string (Optional)
scope? Record<string, any> (Optional)
service string
sharedContext? SharedContextValues (Optional)
version string