Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ITranscludeFunction

Hierarchy

  • ITranscludeFunction

Callable

  • ITranscludeFunction(scope: IScope, cloneAttachFn: ICloneAttachFunction, futureParentElement?: JQuery, slotName?: string): JQLite
  • ITranscludeFunction(cloneAttachFn?: ICloneAttachFunction, futureParentElement?: JQuery, slotName?: string): JQLite

Index

Methods

Methods

isSlotFilled

  • isSlotFilled(slotName: string): boolean
  • Returns true if the specified slot contains content (i.e. one or more DOM nodes)

    Parameters

    • slotName: string

    Returns boolean

Generated using TypeDoc