SkawaSidebarItemComponent class
Toolbar item. See more about normal lists or
about control lists
Note: Sidebar is not yet fully implemented. Currently only support use within a Drawer. Please see #123
(plans for sidebar)
Example usage:
Properties:
icon
-- Optional icon to display next to display text, leaving it's place as placeholder.
Attributes:
textOnly
-- If present,icon
will be ignored and it's place removed.
- Mixed in types
- Annotations
-
- @Component(selector: 'skawa-sidebar-item', templateUrl: 'sidebar_item.html', styleUrls: ['sidebar_item.css'], directives: [MaterialIconComponent, NgIf], changeDetection: ChangeDetectionStrategy.OnPush)
Constructors
Properties
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- icon ↔ String
-
@Input()read / write
- isTextOnly → bool
-
read-onlyinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- textOnly ↔ String
-
@HostBinding('attr.textOnly')@Input()read / writeinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited