message-event-channel connection
message-event-channel connection
This method will trigger a content browser. It returns a promise that will resolve to the chosen Content Link.
list of Content Type Ids to filter the Content Browser by.
const enums = sdk.field.schema.allOf[1].properties.contentType.enum;
const contentLink = await sdk.contentLink.get(enums);
console.log(contentLink);
This method will trigger a content browser. It returns a promise that will resolve to the chosen Content References.
list of Content Type Ids to filter the Content Browser by.
Generated using TypeDoc
Content Link - Use to open the content browser.