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 Reference.
list of Content Type Ids to filter the Content Browser by.
const enums = sdk.field.schema.allOf[1].properties.contentType.enum;
const contentRef = await sdk.contentReference.get(enums);
console.log(contentRef);
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.