@jiway/firestorm-core - v1.1.1
    Preparing search index...

    Class ResolutionDocumentNode

    Document node for the resolution tree

    Implements

    Index

    Constructors

    Properties

    Accessors

    Methods

    Constructors

    Properties

    segment: string

    Segment of the path that leads to this node

    Accessors

    • get hasModel(): boolean

      Whether or not this level has a model

      Returns boolean

    • get isLeaf(): boolean

      Whether or not this node has child nodes

      Returns boolean

    • get model(): IFirestormModel | null

      Gets the model corresponding to this level if any

      Returns IFirestormModel | null

    • set model(model: IFirestormModel): void

      Sets the model corresponding to this level.

      Parameters

      Returns void

    Methods