modal-ts
Preparing search index...
QueueLenParams
Type Alias QueueLenParams
Description
Queue.len()
のオプションパラメータ
type
QueueLenParams
=
{
partition
?:
string
;
total
?:
boolean
;
}
Index
Properties
partition?
total?
Properties
Optional
partition
partition
?:
string
長さを計算するパーティション。未設定の場合はデフォルトパーティションを使用
Optional
total
total
?:
boolean
すべてのパーティションの合計長を返すかどうか
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
partition
total
modal-ts
Loading...
Description
Queue.len() のオプションパラメータ