statusOptions
conststatusOptions:object
Canonical option set for the node-status select control: active,
draft, disabled. Each option ships its label, value, and the
matching status icon name.
Type Declaration
Section titled “Type Declaration”active
Section titled “active”
readonlyactive:object
active.icon
Section titled “active.icon”
readonlyicon:"StatusActive"='StatusActive'
active.label
Section titled “active.label”
readonlylabel:"Active"='Active'
active.value
Section titled “active.value”
readonlyvalue:"active"='active'
disabled
Section titled “disabled”
readonlydisabled:object
disabled.icon
Section titled “disabled.icon”
readonlyicon:"StatusDisabled"='StatusDisabled'
disabled.label
Section titled “disabled.label”
readonlylabel:"Disabled"='Disabled'
disabled.value
Section titled “disabled.value”
readonlyvalue:"disabled"='disabled'
readonlydraft:object
draft.icon
Section titled “draft.icon”
readonlyicon:"StatusDraft"='StatusDraft'
draft.label
Section titled “draft.label”
readonlylabel:"Draft"='Draft'
draft.value
Section titled “draft.value”
readonlyvalue:"draft"='draft'