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