@theredhead — Frontend Library - v1.0.0
    Preparing search index...

    Variable UI_DEFAULT_SURFACE_TYPEConst

    UI_DEFAULT_SURFACE_TYPE: InjectionToken<SurfaceType | SurfaceType[]> = ...

    Optional injection token that components can provide to set a default surface type. The directive uses this when no explicit surfaceType input is supplied by the consumer.

    providers: [{ provide: UI_DEFAULT_SURFACE_TYPE, useValue: 'panel' }]