7 references to State
Microsoft.AspNetCore.Components.AI (7)
Pipeline\BlockMappingPipeline.cs (1)
34_handlers.Add(new HandlerEntry<UIActionHandler.State>(
Pipeline\UIActionHandler.cs (6)
8internal sealed class UIActionHandler : ContentBlockHandler<UIActionHandler.State> 17public override BlockMappingResult<State> Handle(BlockMappingContext context, State state) 21return BlockMappingResult<State>.Pass(); 32return BlockMappingResult<State>.Emit( 41return BlockMappingResult<State>.Pass();