Class ToolbarButtonDecorator
This is a decorator for Content-Types, which allows special configuration of buttons etc. on that type
[InternalApi_DoNotUse_MayChangeWithoutNotice]
public record ToolbarButtonDecorator : ModelOfEntityCore, IModelSetup<IEntity>, IWrapper<IEntity>, ICanBeEntity, IEquatable<ModelOfEntityCore>, IEquatable<ToolbarButtonDecorator>
- Inheritance
-
objectToolbarButtonDecorator
- Implements
- Inherited Members
Remarks
WIP new in v14; as of now only used on NoteDecorator, should have more soon
Fields
ContentTypeNameId
public const string ContentTypeNameId = "acc185a7-f300-4468-bce8-d6a64038989d"
Field Value
KeyColor
public static string KeyColor
Field Value
KeyData
public static string KeyData
Field Value
KeyIcon
public static string KeyIcon
Field Value
KeyNote
public static string KeyNote
Field Value
TypeName
public const string TypeName = "ToolbarButtonDecorator"
Field Value
Properties
Command
public string Command { get; }
Property Value
Ui
public string Ui { get; }
Property Value
UiColor
public string UiColor { get; }
Property Value
UiData
public bool UiData { get; }
Property Value
UiIcon
public string UiIcon { get; }
Property Value
Methods
AllRules()
public string AllRules()