Interface IBaseActionPropsBuilder<Self extends IBaseActionPropsBuilder<Self,​Props>,​Props extends BaseActionProps>

    • Method Detail

      • color

        Self color​(ClientOpaqueColor color)
        Sets the color of the node.
        Parameters:
        color - The color of the node.
        Returns:
        This builder for chaining methods calls.
      • description

        Self description​(String description)
        Sets the description of the node.
        Parameters:
        description - The description of the node.
        Returns:
        This builder for chaining methods calls.
      • icon

        Self icon​(ClientIcon icon)
        Sets the icon of the node.
        Parameters:
        icon - The icon of the node.
        Returns:
        This builder for chaining methods calls.
      • name

        Self name​(String name)
        Sets the name of the node.
        Parameters:
        name - The name of the node.
        Returns:
        This builder for chaining methods calls.