Skip to content

@vtj


@vtj / ui / XGridEditor

Variable: XGridEditor

const XGridEditor: DefineComponent<GridEditorProps, { blur: () => void; dialogVisible: Ref<boolean, boolean>; focus: () => void; open: () => void; }, { }, { }, { }, ComponentOptionsMixin, ComponentOptionsMixin, { change: (model) => any; update:modelValue: (model) => any; }, string, PublicProps, Readonly<GridEditorProps> & Readonly<{ onChange?: (model) => any; onUpdate:modelValue?: (model) => any; }>, { minus: boolean; plus: boolean; }, { }, { }, { }, string, ComponentProvideOptions, false, { inputRef: object & Readonly<{ autocomplete: string; clearIcon: IconPropType; disabled: boolean; inputStyle: string | false | CSSProperties | StyleValue[] | null; modelModifiers: InputModelModifiers; modelValue: string | number | null; rows: number; tabindex: string | number; type: InputType; validateEvent: boolean; wordLimitPosition: "inside" | "outside"; }> & Omit<Readonly<InputProps> & Readonly<{ onBlur?: ...; onChange?: ...; onClear?: ...; onCompositionend?: ...; onCompositionstart?: ...; onCompositionupdate?: ...; onFocus?: ...; onInput?: ...; onKeydown?: ...; onMouseenter?: ...; onMouseleave?: ...; onUpdate:modelValue?: ...; }>, "clear" | "disabled" | "type" | "ref" | "input" | "select" | "textarea" | "tabindex" | "focus" | "blur" | "modelValue" | "validateEvent" | "modelModifiers" | "autosize" | "autocomplete" | "clearIcon" | "wordLimitPosition" | "inputStyle" | "rows" | "textareaStyle" | "isComposing" | "resizeTextarea"> & object & object & ComponentCustomProperties & object & object | null; }, any>

Defined in: packages/ui/types/components/grid-editor/GridEditor.d.ts:6

Released under the MIT License.