RSX Code Reference
    Preparing search index...
    • rsx
    • GraphComment

    Class GraphComment

    The GraphComment class implements a region in the graph that contains additional meta data such as comments.

    Hierarchy (View Summary)

    Index
    _bounds: Rect2
    _description: string
    _id: UUID
    _title: string
    • get description(): string

      The comment description, rendered as multi-line text.

      Returns string

    • set description(value: string): void

      Parameters

      • value: string

      Returns void

    • get id(): UUID

      Gets the ID of the comment.

      Returns UUID

    • get title(): string

      The comment title, rendered as single-line text.

      Returns string

    • set title(value: string): void

      Parameters

      • value: string

      Returns void

    • Method that must be called whenever the Comment is dirtied.

      Returns void

    onDirty: Event<[]>

    An event invoked whenever the comment is dirtied.