@umbraco-cms/backoffice
    Preparing search index...

    Interface UmbCollectionItemPickerModalCollectionConfig<FilterArgsType>

    interface UmbCollectionItemPickerModalCollectionConfig<
        FilterArgsType = Record<string, unknown>,
    > {
        filterArgs?: FilterArgsType;
        menuAlias: string;
    }

    Type Parameters

    • FilterArgsType = Record<string, unknown>
    Index

    Properties

    filterArgs?: FilterArgsType
    menuAlias: string