General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
All docs
V19.2
General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
19.2
19.1
18.2
The page you are viewing does not exist in version 18.2. This link will take you to the root page.
18.1
The page you are viewing does not exist in version 18.1. This link will take you to the root page.
17.2
The page you are viewing does not exist in version 17.2. This link will take you to the root page.
CardLayoutPropertyTypeSelectorModel Class
Declaration
} class CardLayoutPropertyTypeSelectorModel
Properties
clickHandler Property
Declaration
clickHandler: (e: any) => void
Property Value
Type | Description |
---|---|
(e: any) => void |
items Property
Declaration
items: ko.ObservableArray
Property Value
Type | Description |
---|---|
ko.ObservableArray |
popupVisible Property
Declaration
popupVisible: ko.Observable<boolean>
Property Value
Type | Description |
---|---|
ko.Observable<boolean> |
selectedItem Property
Declaration
selectedItem: ko.Observable<string>
Property Value
Type | Description |
---|---|
ko.Observable<string> |
target Property
Declaration
target: ko.Observable<HTMLElement>
Property Value
Type | Description |
---|---|
ko.Observable<HTMLElement> |
Methods
init(items, selected, target, clickHandler) Method
Declaration
init(items: any[], selected: ko.Computed<string>, target: HTMLElement, clickHandler: (e: any) => void): void
Parameters
Name | Type | Description |
---|---|---|
items | any[] | |
selected | ko.Computed<string> | |
target | HTMLElement | |
clickHandler | (e: any) => void |
Feedback