public INodeEditorConfig <TDetailEntity> AddNavigationButton <TNavigationHandler>(string?label = null, string?icon = null, Func <IEntity, EntityState, bool>?isVisible = null)
     where TNavigationHandler : INavigationHandler
 => _detailNodeEditor.AddNavigationButton <TNavigationHandler>(label, icon, isVisible);
示例#2
0
 public INodeEditorConfig <TDetailEntity> AddNavigationButton <TNavigationHandler>(string?label = null, string?icon = null)
     where TNavigationHandler : INavigationHandler
 => _detailNodeEditor.AddNavigationButton <TNavigationHandler>(label, icon);