Sanity Library Reference Docs
    Preparing search index...

    Interface AssetSource

    interface AssetSource {
        component: ComponentType<AssetSourceComponentProps>;
        i18nKey?: string;
        icon?: ComponentType<EmptyProps>;
        name: string;
        title?: string;
        Uploader?: AssetSourceUploaderClass;
    }
    Index

    Properties

    component: ComponentType<AssetSourceComponentProps>
    i18nKey?: string
    icon?: ComponentType<EmptyProps>
    name: string
    title?: string

    provide i18nKey instead