Wagtail client-side components
Preparing search index...
components/StreamField/blocks/ActionButtons
DragButton
Class DragButton
Hierarchy (
View Summary
)
ActionButton
DragButton
Index
Constructors
constructor
Properties
disable
Event
dom
enable
Event
icon
initially
Disabled
label
label
Identifier
on
Click
sequence
Child?
Methods
disable
enable
render
Constructors
constructor
new
DragButton
(
sequenceChild
?:
BaseSequenceChild
)
:
DragButton
Parameters
Optional
sequenceChild
:
BaseSequenceChild
Returns
DragButton
Properties
disable
Event
disableEvent
:
string
= 'disableDrag'
dom
dom
:
JQuery
<
HTMLElement
>
enable
Event
enableEvent
:
string
= 'enableDrag'
icon
icon
:
string
= 'grip'
initially
Disabled
initiallyDisabled
:
boolean
= false
label
label
:
string
= ...
label
Identifier
labelIdentifier
:
string
= 'DRAG'
on
Click
onClick
:
undefined
= undefined
Optional
sequence
Child
sequenceChild
?:
BaseSequenceChild
Methods
disable
disable
()
:
void
Returns
void
enable
enable
()
:
void
Returns
void
render
render
(
container
:
any
,
position
?:
string
)
:
void
Parameters
container
:
any
position
:
string
= 'after'
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
disable
Event
dom
enable
Event
icon
initially
Disabled
label
label
Identifier
on
Click
sequence
Child
Methods
disable
enable
render
Wagtail client-side components
Loading...