Interface IOptions

interface IOptions {
    parentKey?: string;
    pidKey?: string;
    pidValue?: null | string | number;
}

Properties

parentKey?: string

认为父节点的键名称

Default

parent
pidKey?: string

节点的ID的键

pidValue?: null | string | number

作为父节点的依据值

Default

null