mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-31 09:35:39 -05:00
added option to mode view input box to create the input as text area (#1630)
* added option to create input as multi line * added min and max for input box
This commit is contained in:
5
src/sql/sqlops.proposed.d.ts
vendored
5
src/sql/sqlops.proposed.d.ts
vendored
@@ -302,6 +302,11 @@ declare module 'sqlops' {
|
||||
width: number;
|
||||
inputType?: InputBoxInputType;
|
||||
required?: boolean;
|
||||
multiline?: boolean;
|
||||
rows?: number;
|
||||
columns?: number;
|
||||
min?: number;
|
||||
max?: number;
|
||||
}
|
||||
|
||||
export interface TableColumn {
|
||||
|
||||
Reference in New Issue
Block a user