casparcg-state
    Preparing search index...

    Interface AMCPCommandWithContext

    interface AMCPCommandWithContext {
        command: Commands;
        context: { context: string; layerId: string };
        params: unknown;
    }

    Hierarchy

    • Command<Commands, unknown>
      • AMCPCommandWithContext
    Index

    Properties

    command: Commands
    context: { context: string; layerId: string }

    Type Declaration

    • context: string
    • layerId: string

      The id of the layer the command originates from

    params: unknown