Interface LinkPropPublishTo

Hierarchy

Properties

context: string
streamId: string

The ID of a stream in which to publish the generated app. If specified, the user creating or modifying the link must have publish permission on the stream at time of link creation or modification otherwise the request will be rejected. At runtime, the user must have read privilege on the stream in order to generate the app. If the Link owner no longer has publish privilege on the stream at the time the app is generated, a runtime error will occur

streamName?: string

An optional, read-only property containing the name of the stream in which to publish the generated app. This property is only returned on a Link.LinkGet call.