Action Strip provides templatable area for one or more actions.
Constructors
Section titled "Constructors"IgcActionStripComponent
new IgcActionStripComponent(): IgcActionStripComponent Returns IgcActionStripComponent
Properties
Section titled "Properties"tagName
Section titled "tagName"tagName: string Accessors
Section titled "Accessors"actionButtons
Section titled "actionButtons"get actionButtons(): IgcGridActionsBaseDirective[]
Returns IgcGridActionsBaseDirective[]
hidden
Section titled "hidden"The HTMLElement property hidden reflects the value of the element's hidden attribute.
get hidden(): boolean
Returns boolean
Gets/Sets the visibility of the Action Strip. Could be used to set if the Action Strip will be initially hidden.
set hidden(value: boolean): void Parameters
- value:
boolean
Returns void
resourceStrings
Section titled "resourceStrings"get resourceStrings(): IgcActionStripResourceStrings
Returns IgcActionStripResourceStrings
Gets/Sets the resource strings.
set resourceStrings(value: IgcActionStripResourceStrings): void Parameters
Returns void
Methods
Section titled "Methods"Hiding the Action Strip and removing it from its current context element.
hide(): void Returns void
Showing the Action Strip and appending it the specified context element.
show(context: any): void Parameters
- context:
any
Returns void
register
Section titled "register"register(): void