View Source
Class BackOfficeTourStep
A model representing a step in a tour.
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
[DataContract(Name = "step", Namespace = "")]
public class BackOfficeTourStep
Properties
View Source
BackdropOpacity
Declaration
[DataMember(Name = "backdropOpacity")]
public float? BackdropOpacity { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Single> |
|
View Source
Content
Declaration
[DataMember(Name = "content")]
public string Content { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
CustomProperties
Declaration
[DataMember(Name = "customProperties")]
public object CustomProperties { get; set; }
Property Value
Type |
Description |
System.Object |
|
View Source
Element
Declaration
[DataMember(Name = "element")]
public string Element { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
ElementPreventClick
Declaration
[DataMember(Name = "elementPreventClick")]
public bool ElementPreventClick { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
Event
Declaration
[DataMember(Name = "event")]
public string Event { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
EventElement
Declaration
[DataMember(Name = "eventElement")]
public string EventElement { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
SkipStepIfVisible
Declaration
[DataMember(Name = "skipStepIfVisible")]
public string SkipStepIfVisible { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Title
Declaration
[DataMember(Name = "title")]
public string Title { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Type
Declaration
[DataMember(Name = "type")]
public string Type { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
View
Declaration
[DataMember(Name = "view")]
public string View { get; set; }
Property Value
Type |
Description |
System.String |
|