Skip to content

Wrong hover information for @param #1328

@TwitchBronBron

Description

@TwitchBronBron

The left-hand-side of this hover seems to be incorrect. It should be options, not reftracker.internal.ExecuteOptions.options

Image

namespace reftracker.internal

' This is a generic function injected into every component as a callfunc, to be a single point of contact for all commands.
'@param {ExecuteOptions} options
function execute(options)
    if options.command = "discover"
        registerWorkItem(options.reftracker, options.keypath + ".m", m)
        return processWorkItems(options.reftracker)
    end if
end function

    interface ExecuteOptions
        command as string
        keypath as string
        reftracker as roSGNodeReftracker
    end interface
end namespace

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions