Interface TreeSourceOptions

interface TreeSourceOptions {
    id?: string;
    placeholder?: string;
}

Properties

Properties

id?: string
placeholder?: string