Interface: LinkingInfo#
grist-plugin-api.LinkingInfo
Linking state of a custom widget’s section, reported to the widget via InteractionOptions.
Table of contents#
Properties#
Properties#
asSource#
• asSource: boolean
True if at least one other section uses this section as its link source.
asTarget#
• asTarget: null | LinkType
If this section is a link target (driven by another section), the type of that link. Null if no incoming link.