Interface ActorItemSectionFooterCommandEnabledParams

interface ActorItemSectionFooterCommandEnabledParams {
    actor: any;
    section: any;
}

Properties

Properties

actor: any

The actor for whom the command will show.

section: any

The item section for which the command will show.