Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "mdc-toolbar/constants"

Index

Object literals

Object literals

Const cssClasses

cssClasses: object
license

Copyright 2017 Google Inc.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

FIXED

FIXED: string = "mdc-toolbar--fixed"

FIXED_AT_LAST_ROW

FIXED_AT_LAST_ROW: string = "mdc-toolbar--fixed-at-last-row"

FIXED_LASTROW

FIXED_LASTROW: string = "mdc-toolbar--fixed-lastrow-only"

FLEXIBLE_DEFAULT_BEHAVIOR

FLEXIBLE_DEFAULT_BEHAVIOR: string = "mdc-toolbar--flexible-default-behavior"

FLEXIBLE_MAX

FLEXIBLE_MAX: string = "mdc-toolbar--flexible-space-maximized"

FLEXIBLE_MIN

FLEXIBLE_MIN: string = "mdc-toolbar--flexible-space-minimized"

TOOLBAR_ROW_FLEXIBLE

TOOLBAR_ROW_FLEXIBLE: string = "mdc-toolbar--flexible"

Const numbers

numbers: object

MAX_TITLE_SIZE

MAX_TITLE_SIZE: number = 2.125

MIN_TITLE_SIZE

MIN_TITLE_SIZE: number = 1.25

TOOLBAR_MOBILE_BREAKPOINT

TOOLBAR_MOBILE_BREAKPOINT: number = 600

TOOLBAR_ROW_HEIGHT

TOOLBAR_ROW_HEIGHT: number = 64

TOOLBAR_ROW_MOBILE_HEIGHT

TOOLBAR_ROW_MOBILE_HEIGHT: number = 56

Const strings

strings: object

CHANGE_EVENT

CHANGE_EVENT: string = "MDCToolbar:change"

FIRST_ROW_SELECTOR

FIRST_ROW_SELECTOR: string = ".mdc-toolbar__row:first-child"

ICON_SELECTOR

ICON_SELECTOR: string = ".mdc-toolbar__icon"

TITLE_SELECTOR

TITLE_SELECTOR: string = ".mdc-toolbar__title"

Generated using TypeDoc