Prop name | Type | Default | Required | Description |
---|---|---|---|---|
contenttype | Array<string> | — | true | content types when browsing |
parent | number | — | false | Parent id |
trigger | boolean | — | false | true means it’s already triggered, otherwise it shows a button to trigger |
onConfirm | any | — | true | when confirmed. return false will prevent closing |
onCancel | any | — | false | when cancel |
multi | boolean | — | false | can multi select or not |
selected | any | — | false | selected a list of content |
inline | boolean | — | false | inline will not show dialog, but embed in line |
buttonText | string | — | false | button text |