struct PublishOptions
    Defined at line 23 of file ../../sdk/lib/inspect/component/cpp/component.h
    
      
         Options for a published `ComponentInspector`.
         The default constructor is acceptable for many components, and will cause a default Inspector to be published via `fuchsia.inspect.InspectSink`, connected via the component's default namespace, using default `TreeHandlerSettings`.
       
     
    Members
    
      - 
        
          
             Optionally specify an existing `Inspector`.
           
         
        
       
      - 
        
          
             Specify how `fuchsia.inspect.Tree` should behave.
           
         
        
       
      - 
        
          
             Provide a name to appear in the tree's Inspect Metadata. By default, it will be `fuchsia.inspect#DEFAULT_TREE_NAME
           
         
        
       
      - 
        
          
             Provide a fidl::ClientEnd, useful if `fuchsia.inspect.InspectSink` is not in the root namespace or is renamed.