Skip to main content

TreeInlineAction

interface
interface TreeInlineAction<TElement extends object, TContextValue extends string>

Import

import { TreeInlineAction } from '@modular/sdk';

Members5

appliesTo
readonly [TContextValue, TContextValue]
icon
string
id
string
title
string
run
(element: TElement, ctx: TreeContext<TElement>) => void | Promise<void>