Optional
allowed_ids?: File["id"][]Array of file ids to include in the picker (optional).
Optional
allowed_original_extensions?: string[]Array of file extensions to scope out list of the results (optional). Only files with these extensions will be shown.
Optional
allowed_selector_types?: SelectorType[]Array of selector types to include in the picker (optional).
Optional
content_type?: "file" | "slide" | "content"Type of content to allow selection for (optional). file: Files only slide: Slides only content: Files and slides
Optional
disable_no_sharable?: booleanDisables files from selection which are not sharable (optional).
Optional
initial_metadata_filters?: Record<string, any>Initial metadata filters to apply to the picker (optional).
Optional
max_selections?: numberMaximum number of selections allowed (optional).
Optional
min_selections?: numberMinimum number of selections allowed (optional).
Optional
selections?: Selection[]List of selections to hydrate the picker with.
Optional
style?: Record<string, any>CSS style to apply to the picker (optional).
Represents a request to select content.