RSX Code Reference
    Preparing search index...

    Class ResourcePickerSettings

    A struct that holds settings used to customize the resource picker UI.

    Index
    emptyMessage: string

    A custom message to be shown to the user when the resource list is empty.

    isShowingResourceTypeFilter: boolean

    If true, a dropdown button will allow filtering by resource type.

    readOnlyContent: boolean

    If true, the content of the picker will be read only.

    showAffixButton: boolean

    If true, a "Affix" button will be visible on the toolbar of the picker UI.

    showFilterButton: boolean

    If true, a "Filter" button will be visible on the toolbar of the picker UI.

    showInternalResourcesToggle: boolean

    If true, a "Show Internal" toggle will be visible on the bottom of the picker UI. If the toggle is on, internal resources will be displayed as well

    showUnloadButton: boolean

    If true, a "Unload" button will be visible on the bottom of the picker UI.