Skip to main content
A newer version of this page is available.
All docs
V18.2

CardLayoutPropertyTypeSelectorModel Class

Declaration

} class CardLayoutPropertyTypeSelectorModel

Properties

clickHandler Property

Declaration

clickHandler: (e: any) => void

Property Value

Type
(e: any) => void

items Property

Declaration

items: KnockoutObservableArray<{}>

Property Value

Type
KnockoutObservableArray<>

popupVisible Property

Declaration

popupVisible: KnockoutObservable<boolean>

Property Value

Type
KnockoutObservable<boolean>

selectedItem Property

Declaration

selectedItem: KnockoutObservable<string>

Property Value

Type
KnockoutObservable<string>

target Property

Declaration

target: KnockoutObservable<any>

Property Value

Type
KnockoutObservable<any>

Methods

init(items, selected, target, clickHandler) Method

Declaration

init(
    items: any[],
    selected: KnockoutComputed<string>,
    target: any,
    clickHandler: (e: any) => void
): void

Parameters

Name Type
items any[]
selected KnockoutComputed<string>
target any
clickHandler (e: any) => void