Type Alias IndexerArgument<CustomOptions>

IndexerArgument:
    | IndexerReference<CustomOptions>
    | IndexerAction<CustomOptions>
    | string

A type that can be used to pass an indexer as an argument, either using a reference or an action.

Type Parameters