Sanity Library Reference Docs
    Preparing search index...

    Interface OverlayPluginHudDefinition

    interface OverlayPluginHudDefinition {
        component?: OverlayPluginComponent<Record<string, unknown>, any>;
        guard?: (context: OverlayComponentResolverContext) => boolean;
        icon?: ComponentType;
        name: string;
        title?: string;
        type: "hud";
    }

    Hierarchy (View Summary)

    Index

    Properties

    component?: OverlayPluginComponent<Record<string, unknown>, any>
    guard?: (context: OverlayComponentResolverContext) => boolean
    icon?: ComponentType
    name: string
    title?: string
    type: "hud"