Action

Union type for an action, either a BaseAction or an ActionWithChildren.

Definition

export type Action = BaseAction | ActionWithChildren;

Usage

import { undefined } from 'uxp/components';

Last updated