Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "node/isGradedText"

Index

Functions

Functions

isGradedText

  • isGradedText(node: INodeMutable | Any): boolean
  • isGradedText<IExtension>(node: INodeExtendedMutable<IExtension> | Any): boolean
  • isGradedText<IExtension>(node: NodeGeneric<IExtension> | Any): boolean
  • Determines if a node union is the specified class. Performs narrowing of the union

    Parameters

    • node: INodeMutable | Any

    Returns boolean

  • Determines if a node union is the specified class. Performs narrowing of the union

    Type parameters

    • IExtension

    Parameters

    • node: INodeExtendedMutable<IExtension> | Any

    Returns boolean

  • Determines if a node union is the specified class. Performs narrowing of the union

    Type parameters

    • IExtension

    Parameters

    Returns boolean