@minecraft/server-editor
    Preparing search index...

    Interface ISimpleToolRailComponentBeta

    interface ISimpleToolRailComponent {
        get session(): IPlayerUISession;
        get simpleTool(): ISimpleTool;
        get toolRail(): IModalTool;
    }
    Index

    Accessors

    • get session(): IPlayerUISession
      Beta

      Returns IPlayerUISession

      Get a reference to the IPlayerUISession. This is the primary interface to the editor UI and all of the editor extension controls

    • get simpleTool(): ISimpleTool
      Beta

      Returns ISimpleTool

      Get a reference to the parent tool.

    • get toolRail(): IModalTool
      Beta

      Returns IModalTool

      Get the implementation interface of the underlying tool rail component