Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "control/stack/index"

Index

Type aliases

ElementTemplate

ElementTemplate: function

ElementTemplate provides a template for rendering a stack element's UI.

Type declaration

    • (s: Stack<V>): function
    • Parameters

      Returns function

        • (value: V): function
        • Parameters

          • value: V

          Returns function

            • (idx: number): Template
            • Parameters

              • idx: number

              Returns Template

Variables

Const STACK

STACK: "ww-stack" = "ww-stack"

Const STACK_CLOSE_BUTTON

STACK_CLOSE_BUTTON: "ww-stack__button" = "ww-stack__button"

Const STACK_ELEMENT

STACK_ELEMENT: "ww-stack__element" = "ww-stack__element"

Const STACK_ELEMENT_CONTENT

STACK_ELEMENT_CONTENT: "ww-stack__element__content" = "ww-stack__element__content"

Generated using TypeDoc