mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
update doc node selector and interface (#5987)
This commit is contained in:
@@ -28,7 +28,7 @@ export interface ContentNodeSelectorComponentData {
|
||||
rowFilter?: any;
|
||||
where?: string;
|
||||
imageResolver?: any;
|
||||
selectionMode?: string;
|
||||
selectionMode?: 'multiple' | 'single';
|
||||
isSelectionValid?: (entry: Node) => boolean;
|
||||
breadcrumbTransform?: (node) => any;
|
||||
excludeSiteContent?: string[];
|
||||
|
Reference in New Issue
Block a user