Interface: MediaLibraryPathChooser
Extends
TextField
Properties
$withImage?
optional
$withImage:boolean
Inherited from
TextField.$withImage
autoComplete?
optional
autoComplete:string
Inherited from
TextField.autoComplete
autoFocus?
optional
autoFocus:boolean
Inherited from
TextField.autoFocus
className?
optional
className:string
Inherited from
TextField.className
color?
optional
color:ColorPropType
Inherited from
TextField.color
columnSpan?
optional
columnSpan:string
|number
Inherited from
TextField.columnSpan
component?
optional
component:ElementType
|ReactElement
<any
, string | JSXElementConstructor<any>>
Inherited from
TextField.component
customFilters?
optional
customFilters:Record
<string
,PrimitiveType
>
customMargin?
optional
customMargin:string
Inherited from
TextField.customMargin
defaultMessage?
optional
defaultMessage:string
Inherited from
TextField.defaultMessage
defaultValue?
optional
defaultValue:PrimitiveType
Inherited from
TextField.defaultValue
defaultWindowTitle?
optional
defaultWindowTitle:string
disabled?
optional
disabled:boolean
Inherited from
TextField.disabled
fullWidth?
optional
fullWidth:boolean
Inherited from
TextField.fullWidth
getExcluded()?
optional
getExcluded: () =>SelectedMediaLibraryEntity
[]
Returns
SelectedMediaLibraryEntity
[]
gutter?
optional
gutter:string
Inherited from
TextField.gutter
helperText?
optional
helperText:string
Inherited from
TextField.helperText
helperTextDefault?
optional
helperTextDefault:string
Inherited from
TextField.helperTextDefault
helperTextValues?
optional
helperTextValues:Record
<string
,string
|number
>
Inherited from
TextField.helperTextValues
hiddenLabel?
optional
hiddenLabel:boolean
Inherited from
TextField.hiddenLabel
input?
optional
input:FieldInputProps
<string
,HTMLInputElement
>
Overrides
TextField.input
inputProps?
optional
inputProps:InputProps
Inherited from
TextField.inputProps
inputRef?
optional
inputRef:ElementRef
<HTMLInputElement
>
Inherited from
TextField.inputRef
isClearable?
optional
isClearable:boolean
label?
optional
label:string
Inherited from
TextField.label
margin?
optional
margin:string
Inherited from
TextField.margin
mask?
optional
mask:string
|RegExp
|string
[] | (text
) =>RegExp
[] |RegExp
[]
Inherited from
TextField.mask
meta
meta:
FieldMetaState
<string
>
Overrides
TextField.meta
noInput?
optional
noInput:boolean
onKeyDown?
optional
onKeyDown:KeyboardEventHandler
Inherited from
TextField.onKeyDown
placeholder?
optional
placeholder:string
Inherited from
TextField.placeholder
readOnly?
optional
readOnly:boolean
Inherited from
TextField.readOnly
renderButton()?
optional
renderButton: (handleClick
?) =>ReactNode
Parameters
• handleClick?
Returns
ReactNode
required?
optional
required:boolean
If true
, the input
element is required.
Inherited from
TextField.required
rootDirectory?
optional
rootDirectory:string
rootLevel?
optional
rootLevel:number
|"auto"
rowSpan?
optional
rowSpan:string
Inherited from
TextField.rowSpan
showFiles?
optional
showFiles:boolean
size?
optional
size:string
The size of the component.
small
is equivalent to the dense checkbox styling.
Default
'normal'
Inherited from
TextField.size
tabIndex?
optional
tabIndex:number
Inherited from
TextField.tabIndex
type?
optional
type:string
Inherited from
TextField.type
updateOnBlur?
optional
updateOnBlur:boolean
Inherited from
TextField.updateOnBlur
validationMessageValues?
optional
validationMessageValues:Record
<string
,string
>
Inherited from
TextField.validationMessageValues
validationValues?
optional
validationValues:Record
<string
,string
>
values?
optional
values:Record
<string
,string
|number
>
Inherited from
TextField.values
variant?
optional
variant:FormControlVariant
Inherited from
TextField.variant
width?
optional
width:string
Inherited from
TextField.width
withForeground?
optional
withForeground:boolean