Skip to content
This repository has been archived by the owner on Feb 5, 2024. It is now read-only.

Latest commit

 

History

History
11 lines (10 loc) · 852 Bytes

Table.ViewFunction.md

File metadata and controls

11 lines (10 loc) · 852 Bytes

Table.ViewFunction

Creates a function that can be intercepted by a handler defined on a view (via Table.View).

function (function as function) as function

Description

Creates a view function based on function that can be handled in a view created by Table.View.

The OnInvoke handler of Table.View can be used to defined a handler for the view function.

As with the handlers for built-in operations, if no OnInvoke handler is specified, or if it does not handle the view function, or if an error is raised by the handler, function is applied on top of the view.

Please see the published documentation for a more complete description of Table.View and custom view functions.

# Category Table.Table construction