Type alias IBlockListPropertyItem<T, Prop>

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

A property item which supports BlockList properties

Type Parameters

Type declaration

  • updateBlockList:function
    • Parameters

      • newBlockList: string[]

      Returns void