Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "wed/gui/action-context-menu"

Index

Variables

Const ITEM_SELECTOR

ITEM_SELECTOR: "li:not(.divider):visible a" = "li:not(.divider):visible a"

Const KEY_TO_FILTER

KEY_TO_FILTER: object[] = [{ key: plus, filter: "add", which: "kind" },{ key: minus, filter: "delete", which: "kind" },{ key: comma, filter: "wrap", which: "kind" },{ key: period, filter: "unwrap", which: "kind" },{ key: question, filter: undefined, which: "kind" },{ key: less, filter: "element", which: "type" },{ key: at, filter: "attribute", which: "type" },{ key: exclamation, filter: undefined, which: "type" },]

Const KINDS

KINDS: string[] = ["transform", "add", "delete", "wrap", "unwrap"]

Const KIND_FILTERS

KIND_FILTERS: (undefined | string)[] = (KINDS as (string | undefined)[]).concat(undefined)

Const KIND_ORDER

KIND_ORDER: (undefined | string)[] = ([undefined] as (string | undefined)[]).concat(KINDS)

Const TYPES

TYPES: string[] = ["element", "attribute"]

Const TYPE_FILTERS

TYPE_FILTERS: (undefined | string)[] = (TYPES as (string | undefined)[]).concat(undefined)

Const at

at: Key = keyMod.makeKey("@")

Const comma

comma: Key = keyMod.makeKey(",")

Const exclamation

exclamation: Key = keyMod.makeKey("!")

Const less

less: Key = keyMod.makeKey("<")

Const minus

minus: Key = keyMod.makeKey("-")

Const period

period: Key = keyMod.makeKey(".")

Const plus

plus: Key = keyMod.makeKey("+")

Const question

question: Key = keyMod.makeKey("?")

Functions

compareItems

  • compareItems(a: Item, b: Item): number

Generated using TypeDoc