类型别名 IBlockListPropertyItem<T, Prop>实验性

IBlockListPropertyItem<T, Prop>: IPropertyItem<T, Prop> & {
    updateBlockList(newBlockList: string[]): void;
}

A property item which supports BlockList properties

类型参数