Action Strip provides templatable area for one or more actions.

IgcActionStripComponent

new IgcActionStripComponent(): IgcActionStripComponent

Returns IgcActionStripComponent

tagName: string
get actionButtons(): IgcGridActionsBaseDirective[]

Returns IgcGridActionsBaseDirective[]

The HTMLElement property hidden reflects the value of the element's hidden attribute.

MDN Reference

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

Gets/Sets the resource strings.

set resourceStrings(value: IgcActionStripResourceStrings): void

Parameters

Returns void

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(): void

Returns void