Index

projects/core/src/lib/action-anchor/action-anchor.model.ts

ActionAnchorComponentImpl

Type that components used by ActionAnchor should implement

ActionAbstractComponentImpl<ActionAnchor>
ActionAnchorOptions

ActionAnchor specific options, extending abstract options with it's specific properties

AnchorTarget

_self: the current browsing context. (Default) _blank: usually a new tab, but users can configure browsers to open a new window instead. _parent: the parent browsing context of the current one. If no parent, behaves as _self. _top: the topmost browsing context (the "highest" context that’s an ancestor of the current one). If no ancestors, behaves as _self.

"_self" | "_blank" | "_parent" | "_top"

projects/core/src/lib/action-button/action-button.model.ts

ActionButtonCallback

Subscription next callback for ActionButton fire$

function
ActionButtonComponentImpl

Type that components used by ActionButton should implement

ActionAbstractComponentImpl<ActionButton>

projects/core/src/lib/action-group/action-group.model.ts

ActionGroupComponentImpl

Type that components used by ActionGroup should implement

ActionAbstractComponentImpl<ActionGroup>

projects/core/src/lib/action-toggle/action-toggle.model.ts

ActionToggleCallback

Subscription next callback for ActionToggle fire$

function
ActionToggleComponentImpl

Type that components used by ActionToggle should implement

ActionAbstractComponentImpl<ActionToggle>

projects/core/src/lib/action-outlet.model.ts

AnyAction

AnyAction type is a shorter way to define the default abstract action type

ActionAbstract<ActionAbstractOptions | ActionAbstractEvent>

results matching ""

    No results matching ""