Action Strip provides templatable area for one or more actions.

Callable

  • Returns ReactNode

Methods

  • Hiding the Action Strip and removing it from its current context element.

    this.actionStrip.hide();
    

    Returns void

  • Showing the Action Strip and appending it the specified context element.

    this.actionStrip.show(row);
    

    Parameters

    • context: any

    Returns void

Properties

ActionButton as ContentChildren inside the Action Strip

hidden: boolean

Gets/Sets the visibility of the Action Strip. Could be used to set if the Action Strip will be initially hidden.

Gets/Sets the resource strings.