[]
        
(Showing Draft Content)

Inputman.ICommonCommentFilter

ICommonCommentFilter インターフェイス

GcListBoxと同じフィルタータイプ。 (FilterComparatorを使用する前に、@mescius/inputman をインポートする必要があります。)

cm.execCommand(GCIM.GcCommentCommand.Filter, {filter: {
  name: "content",
  comparator: GCIM.FilterComparator.AmbiguousContains,
  filterString: "あ"
}});

階層

  • ICommonCommentFilter

Indexable

[key: string]: any

GcListBoxと同じフィルタータイプ。 (FilterComparatorを使用する前に、@mescius/inputman をインポートする必要があります。)

cm.execCommand(GCIM.GcCommentCommand.Filter, {filter: {
  name: "content",
  comparator: GCIM.FilterComparator.AmbiguousContains,
  filterString: "あ"
}});