Sanity Library Reference Docs
    Preparing search index...

    Interface OverlayPluginDefinitionBase

    interface OverlayPluginDefinitionBase {
        guard?: (context: OverlayComponentResolverContext) => boolean;
        icon?: ComponentType;
        name: string;
        title?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    guard?: (context: OverlayComponentResolverContext) => boolean
    icon?: ComponentType
    name: string
    title?: string