Tree

Definition

export enum Tree {
    Left = 'left',
    Right = 'right'
}

Usage

import { Tree } from 'uxp/components';

Last updated