Show / Hide Table of Contents

Interface ITokenSelector

The Token Selector structure.

Namespace: Phoenix.Aruba
Assembly: Phoenix.Plugin.Aruba.dll
Syntax
public interface ITokenSelector

Properties

View Source

SelectTokenAction

Gets or sets the action method called by Token Selector when a token is selected and/or created.

Declaration
Action<TokenReference> SelectTokenAction { get; set; }
Property Value
Type Description
Action<TokenReference>
View Source

TokenSelectorUI

Gets the Token Selector's view (UI element).

Declaration
UIElement TokenSelectorUI { get; }
Property Value
Type Description
UIElement
  • View Source
In this article
Back to top Generated by DocFX