[]
        
(Showing Draft Content)

GC.Spread.Sheets.Designer.IButtonComboEditorOption

Interface: IButtonComboEditorOption

Sheets.Designer.IButtonComboEditorOption

Hierarchy

Table of contents

Properties

Methods

Properties

bindingPath

Optional bindingPath: string

Inherited from

IBindingComponentBaseOption.bindingPath


buttonClassName

buttonClassName: string


className

Optional className: string

Inherited from

IBindingComponentBaseOption.className


enableWhen

Optional enableWhen: string

Inherited from

IBindingComponentBaseOption.enableWhen


id

Optional id: string

Inherited from

IBindingComponentBaseOption.id


margin

Optional margin: string

Inherited from

IBindingComponentBaseOption.margin


mutexWith

Optional mutexWith: string

Inherited from

IBindingComponentBaseOption.mutexWith


popupWidth

popupWidth: number


type

type: "ButtonComboEditor"


visibleWhen

Optional visibleWhen: string

Inherited from

IBindingComponentBaseOption.visibleWhen

Methods

generateItemsFunc

generateItemsFunc(v): IListGroupItemData[]

Parameters

Name Type
v any

Returns

IListGroupItemData[]


getValueFunc

Optional getValueFunc(instance): any

Parameters

Name Type
instance any

Returns

any


setValueFunc

Optional setValueFunc(instance, v): void

Parameters

Name Type
instance any
v any

Returns

void