Box UI Elements
回答済みHi there.
Quick question around the UI Elements. Some of the props for ContentExplorer don't appear to work or I'm not setting them correctly. For example, canRename doesn't appear to change the functionality of the component. If I set it to false I can still rename the item. Is there another way that the prop should be passed in? I must be missing something.
<ContentExplorer
token={this.state.token}
language='en-US'
messages={messages}
logoUrl={this.state.logo}
canRename='false'
canSetShareAccess='false'
onSelect={this.handleChooseItems}
/>
サインインしてコメントを残してください。
コメント
2件のコメント