InstanceConfig interface
Defines the configuration of the current or desired instance
Properties
content |
Sets the URL to use for the content of this instance. |
entity |
The developer-defined unique ID for the entity to which this content points. |
remove |
Sets the URL for the removal configuration experience. |
suggested |
A suggested display name for the new content. In the settings for an existing instance being updated, this call has no effect. |
website |
Sets the URL to use for the external link to view the underlying resource in a browser. |
Property Details
contentUrl
Sets the URL to use for the content of this instance.
contentUrl: string
Property Value
string
entityId
The developer-defined unique ID for the entity to which this content points.
entityId?: string
Property Value
string
removeUrl
Sets the URL for the removal configuration experience.
removeUrl?: string
Property Value
string
suggestedDisplayName
A suggested display name for the new content. In the settings for an existing instance being updated, this call has no effect.
suggestedDisplayName?: string
Property Value
string
websiteUrl
Sets the URL to use for the external link to view the underlying resource in a browser.
websiteUrl?: string
Property Value
string