Bluestep JS Documentation
    Preparing search index...

    Class RowContext

    Metadata about a row's last modification. Exposes the formula call stack, the triggering user, and AI proxy information when applicable.

    Index

    Constructors

    Methods

    • AI proxy metadata when the modification was made by an MCP tool or internal AI agent. Null otherwise.

      Returns AiContext

    • True when this row carries any formula, AI proxy, or access-token annotations.

      Returns boolean

    • True when this row was modified by an AI tool (MCP or internal agent).

      Returns boolean

    • True when this row was modified inside a formula call stack.

      Returns boolean

    • True when this row was modified via a global access token.

      Returns boolean

    • Access-token auth metadata when the modification was made via a global access token. Null otherwise.

      Returns TokenAuthContext