类型别名 IBlockListPropertyItem<T, Prop>

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

A property item which supports BlockList properties

类型参数